Function hyper_imp::ffi::hyper_waker_wake
source · #[no_mangle]
pub extern "C" fn hyper_waker_wake(waker: *mut hyper_waker)Expand description
Wake up the task associated with a waker.
NOTE: This consumes the waker. You should not use or free the waker afterwards.