Function hyper_imp::ffi::hyper_context_waker
source ยท #[no_mangle]
pub extern "C" fn hyper_context_waker(
cx: *mut hyper_context<'_>,
) -> *mut hyper_wakerExpand description
Copies a waker out of the task context.
#[no_mangle]
pub extern "C" fn hyper_context_waker(
cx: *mut hyper_context<'_>,
) -> *mut hyper_wakerCopies a waker out of the task context.