pub unsafe extern "C" fn dispatch_source_create(
type_: dispatch_source_type_t,
handle: usize,
mask: usize,
queue: dispatch_queue_t,
) -> dispatch_source_tExpand description
Apple SDK function dispatch_source_create.
pub unsafe extern "C" fn dispatch_source_create(
type_: dispatch_source_type_t,
handle: usize,
mask: usize,
queue: dispatch_queue_t,
) -> dispatch_source_tApple SDK function dispatch_source_create.