Skip to main content

SYS_ASYNC_CANCEL

Constant SYS_ASYNC_CANCEL 

Source
pub const SYS_ASYNC_CANCEL: usize = 252; // 252usize
Expand description

Cancel a pending async wait.

  • ctx: async context handle

Wakes the thread immediately with -ECANCELED as the result.