Function gstd::message_loop
source · pub fn message_loop<F>(future: F)where
F: Future<Output = ()> + 'static,
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.