Function winmsg_executor::run_message_loop

source ·
pub fn run_message_loop()
Expand description

Runs the message loop.

Executes previously spawned tasks.

§Panics

Panics when the message loops is running already. This happens when block_on or run is called from async tasks running on this executor.