Module msg_loop

Source
Expand description

Functions to run a blocking Win32 message loop with GetMessageW() etc. Necessary for window procedures, hook callbacks, timer callbacks and more.

Functionsยง

quit_now
Causes the message loop to quit as soon as possible.
run
Runs a message loop, ignoring custom thread messages.
run_till_thread_msg
Runs a message loop until a thread message is received.