#[no_mangle]
pub extern "C" fn hyper_executor_new() -> *const hyper_executor
Available on crate feature
ffi
and hyper_unstable_ffi
only.Expand description
Creates a new task executor.
To avoid a memory leak, the executor must eventually be consumed by
hyper_executor_free
.