Function iup::callback::callbacks::set_idle [] [src]

pub fn set_idle<F>(cb: F) where F: Callback<()>

Action generated when there are no events or messages to be processed.

Often used to perform background operations.