Skip to main content

new

Function new 

Source
pub fn new<F>(opaque: Box<F>) -> Interrupt
where F: FnMut() -> bool + Send + 'static,