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