#[no_mangle]
pub extern "C" fn hyper_task_free(task: *mut hyper_task)
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Free a task.
This should only be used if the task isn’t consumed by
hyper_clientconn_handshake
or taken ownership of by
hyper_executor_push
.