Function awake_callback

pub fn awake_callback<F>(cb: F)
where F: FnMut() + 'static,
Available on crate feature dep_fltk only.
Expand description

Registers a function that will be called by the main thread during the next message handling cycle