Skip to main content

dispatch_source_set_timer

Function dispatch_source_set_timer 

Source
pub unsafe extern "C" fn dispatch_source_set_timer(
    source: dispatch_source_t,
    start: dispatch_time_t,
    interval: u64,
    leeway: u64,
)
Expand description

Apple SDK function dispatch_source_set_timer.