Function ocl_core::finish [] [src]

pub fn finish(command_queue: &CommandQueue) -> OclResult<()>

Waits for a queue to finish.

Blocks until all previously queued OpenCL commands in a command-queue are issued to the associated device and have completed.