Skip to main content

async_dispatcher_t

Type Alias async_dispatcher_t 

Source
pub type async_dispatcher_t = async_dispatcher;
Expand description

Dispatcher interface for performing asynchronous operations. There may be multiple implementations of this interface.

Aliased Type§

#[repr(C)]
pub struct async_dispatcher_t { pub ops: *const async_ops, }

Fields§

§ops: *const async_ops