pub const HYPER_POLL_PENDING: c_int = 1;Available on crate feature
ffi and hyper_unstable_ffi only.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.