pub const HYPER_POLL_PENDING: c_int = 1;
Expand description

Return in a poll function to indicate it is still pending.

The passed in hyper_waker should be registered to wake up the task at some later point.