Contents

init

Initializes the dispatch queue object.

Declaration

virtual bool init();

Return Value

true if initialization was successful, or false if it was unsuccessful.

Discussion

Do not call this method directly. Call Create when you want to create a new dispatch queue.

See Also

Creating a Dispatch Queue