pub fn run_message_loop()
Runs the message loop.
Executes previously spawned tasks.
spawn
Panics when the message loops is running already. This happens when block_on or run is called from async tasks running on this executor.
block_on
run