Crate libasync_fidl

Crate libasync_fidl 

Source
Expand description

Safe bindings for using FIDL with the libasync C API

Structsยง

AsyncChannel
A fidl-compatible channel that uses a libasync dispatcher.
Buffer
A channel buffer.
FidlExecutor
A wrapper around a dispatcher reference object that can be used with the fidl_next bindings to spawn client and server dispatchers on a driver runtime provided async dispatcher.
RecvBuffer
A channel receive buffer.
RecvFutureState
The state for a channel recv future.
SendFutureState
The state for a channel send future.