How to notify Main thread when FRunnable is Done?

Hi all! I have some problem with multi-threading.
I want to run a function in Main thread when a FRunnable Thread is done. And delegate or event also run in this Thread.