Skip to main content

poll_raw_task

Function poll_raw_task 

Source
pub unsafe fn poll_raw_task(raw_task: RawTask) -> bool
Expand description

Poll a raw task. Returns true if completed.

§Safety

raw_task must be valid. Caller must have exclusive access.