Type Definition blaze_rs::WaitList

source ·
pub type WaitList<'a> = Option<&'a [RawEvent]>;
Expand description

A list of events to be awaited.