Function hyper::ffi::hyper_executor_push[][src]

#[no_mangle]
pub extern "C" fn hyper_executor_push(
    exec: *const hyper_executor,
    task: *mut hyper_task
) -> hyper_code
Expand description

Push a task onto the executor.

The executor takes ownership of the task, it should not be accessed again unless returned back to the user with hyper_executor_poll.