Package libdispatch
- dispatch(3) β the dispatch framework
- dispatch_after(3) β schedule blocks for deferred execution
- dispatch_api(3) β Designing API using dispatch
- dispatch_apply(3) β schedule blocks for iterative execution
- dispatch_async(3) β schedule blocks for execution
- dispatch_data_create(3) β create and manipulate dispatch data objects
- dispatch_group_create(3) β group blocks submitted to queues
- dispatch_io_create(3) β open, close and configure dispatch I/O channels
- dispatch_io_read(3) β submit read and write operations to dispatch I/O channels
- dispatch_object(3) β General manipulation of dispatch objects
- dispatch_once(3) β execute a block only once
- dispatch_queue_create(3) β where blocks are scheduled for execution
- dispatch_read(3) β asynchronously read from and write to file descriptors
- dispatch_semaphore_create(3) β synchronized counting semaphore
- dispatch_source_create(3) β dispatch event sources
- dispatch_time(3) β Calculate temporal milestones
