Function gstd::message_loop
source ยท pub fn message_loop<F>(future: F)
Expand description
The main asynchronous message handling loop.
Gear allows user and program interaction via messages. This function is the entry point to run the asynchronous message processing.