Skip to main content

dispatch_block_create

Function dispatch_block_create 

Source
pub unsafe extern "C" fn dispatch_block_create(
    flags: dispatch_block_flags_t,
    block: dispatch_block_t,
) -> dispatch_block_t
Expand description

Apple SDK function dispatch_block_create.