☰
Module ffi
Structs
Constants
Statics
Functions
Type Definitions
?
Module
dispatch
::
ffi
source
·
[
−
]
Expand description
Raw foreign function interface for libdispatch.
Structs
dispatch_object_s
Constants
DISPATCH_QUEUE_PRIORITY_BACKGROUND
DISPATCH_QUEUE_PRIORITY_DEFAULT
DISPATCH_QUEUE_PRIORITY_HIGH
DISPATCH_QUEUE_PRIORITY_LOW
DISPATCH_QUEUE_SERIAL
DISPATCH_TIME_FOREVER
DISPATCH_TIME_NOW
Statics
DISPATCH_QUEUE_CONCURRENT
Functions
dispatch_after_f
⚠
dispatch_apply_f
⚠
dispatch_async_f
⚠
dispatch_barrier_async_f
⚠
dispatch_barrier_sync_f
⚠
dispatch_get_context
⚠
dispatch_get_global_queue
⚠
dispatch_get_main_queue
dispatch_group_async_f
⚠
dispatch_group_create
⚠
dispatch_group_enter
⚠
dispatch_group_leave
⚠
dispatch_group_notify_f
⚠
dispatch_group_wait
⚠
dispatch_main
⚠
dispatch_once_f
⚠
dispatch_queue_create
⚠
dispatch_queue_get_label
⚠
dispatch_release
⚠
dispatch_resume
⚠
dispatch_retain
⚠
dispatch_semaphore_create
⚠
dispatch_semaphore_signal
⚠
dispatch_semaphore_wait
⚠
dispatch_set_context
⚠
dispatch_set_finalizer_f
⚠
dispatch_set_target_queue
⚠
dispatch_suspend
⚠
dispatch_sync_f
⚠
dispatch_time
⚠
Type Definitions
dispatch_function_t
dispatch_group_t
dispatch_object_t
dispatch_once_t
dispatch_queue_attr_t
dispatch_queue_t
dispatch_semaphore_t
dispatch_time_t