Skip to main content

CFRunLoopPerformBlock

Function CFRunLoopPerformBlock 

Source
pub unsafe extern "C-unwind" fn CFRunLoopPerformBlock(
    rl: &CFRunLoop,
    mode: Option<&CFType>,
    block: Option<&DynBlock<dyn Fn()>>,
)
👎Deprecated:

renamed to CFRunLoop::perform_block

Available on crate features block2 and CFRunLoop only.