Function blaze_rs::wait_list

source ·
pub fn wait_list(v: WaitList<'_>) -> Result<(u32, *const cl_event)>
Expand description

Turns a WaitList into raw components to be passed to an OpenCL method.

Error

This method returns ErrorKind::InvalidEventWaitList if the list’s size cannot fit inside a u32.