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.