C
C#2y ago
RP-1 MVac

Run Method on other thread and call method on main thread after it finished

I have this code and want to execute everything after t.Start() as soon as it finished but without blocking
2 Replies
Angius
Angius2y ago
If you don't want to block, read the file asynchronously
RP-1 MVac
RP-1 MVac2y ago
Well. How to start a method on main thread from non-main thread? Everything is static btw