Version 2.0.0-0

group Reference

Tasks

dispatch_group_async Top

void dispatch_group_async( dispatch_group_t group, dispatch_queue_t queue, dispatch_block_t block );

dispatch_group_async_f Top

void dispatch_group_async_f( dispatch_group_t group, dispatch_queue_t queue, void *context, dispatch_function_t work );

dispatch_group_create Top

dispatch_group_t dispatch_group_create( void );

dispatch_group_enter Top

void dispatch_group_enter( dispatch_group_t group );

dispatch_group_leave Top

void dispatch_group_leave( dispatch_group_t group );

dispatch_group_notify Top

void dispatch_group_notify( dispatch_group_t group, dispatch_queue_t queue, dispatch_block_t block );

dispatch_group_notify_f Top

void dispatch_group_notify_f( dispatch_group_t group, dispatch_queue_t queue, void *context, dispatch_function_t work );

dispatch_group_wait Top

long dispatch_group_wait( dispatch_group_t group, dispatch_time_t timeout );

Macros

__XEOS_LIB_DISPATCH_GROUP_H__ Top

#define __XEOS_LIB_DISPATCH_GROUP_H__