pub unsafe extern "C" fn dispatch_notify(
object: *mut c_void,
queue: dispatch_object_t,
notification_block: dispatch_block_t,
)Expand description
Apple SDK function dispatch_notify.
pub unsafe extern "C" fn dispatch_notify(
object: *mut c_void,
queue: dispatch_object_t,
notification_block: dispatch_block_t,
)Apple SDK function dispatch_notify.