How to notify the main game thread when the FRunnable is done?

We can use:
AsyncTask(ENamedThreads::GameThread, Delegate {
Delegate.ExecuteIfBound();
});
It will execute the function in the GameThread.