#[no_mangle]
pub extern "C" fn hyper_waker_free(waker: *mut hyper_waker)
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Free a waker.
This should only be used if the request isn’t consumed by
hyper_waker_wake
.