Most efficient way to switch to a background thread
So I have this function with the sole purpose of invoking a given Action on the main thread.
GoToMainThread
is working as intended to get to the mainthread.
LeaveMainThread
also works as most of the time it returns to a background thread.
However I am not sure if this is the most efficient way of getting back on a background-thread. Is it?0 Replies