dispatch_thread_events_blocking_with_callback

Function dispatch_thread_events_blocking_with_callback 

Source
pub fn dispatch_thread_events_blocking_with_callback<F>(cb: F)
where F: FnMut() + 'static,
Expand description

Dispatch system events in the current thread AND execute a callback after each message received.