If your current thread is UI which already has eve...
# arrow
e
If your current thread is UI which already has event loop then you can just use it to get back. If it is a standalone thread, then you have to create an EventLoop for this thread and run this event loop to get back. You cannot get back to otherwise unexpecting thread that is not ready (waiting for it).