Contents

waitUntilScheduled()

Blocks the current thread until the command queue schedules the buffer.

Declaration

func waitUntilScheduled()

Mentioned in

Discussion

This method returns after the following events:

Use the waitUntilCompleted() method to check for completion of the scheduled work.

See Also

Waiting for state changes