[][src]Function open_cl_low_level::command_queue::cl_finish

pub unsafe fn cl_finish(command_queue: cl_command_queue) -> Output<()>

Blocks until all previously queued tasks are finished.

Safety

Usage of an invalid ClObject is undefined behavior.