Function hyper::ffi::hyper_clientconn_options_exec[][src]

#[no_mangle]
pub extern "C" fn hyper_clientconn_options_exec(
    opts: *mut hyper_clientconn_options,
    exec: *const hyper_executor
)
Expand description

Set the client background task executor.

This does not consume the options or the exec.