Contents

IODispatchFunction

A C-style function to execute on a dispatch queue.

Declaration

typedef void (*)(void *) IODispatchFunction;

Parameters

  • context:

    A pointer to contextual data that you need to perform any tasks. You specify the pointer to this data when scheduling the function for execution.

See Also

Executing a Task Asynchronously