Expand description
Safe bindings for using FIDL with the libasync C API
Structsยง
- Async
Channel - A fidl-compatible channel that uses a
libasyncdispatcher. - Buffer
- A channel buffer.
- Fidl
Executor - A wrapper around a dispatcher reference object that can be used with the
fidl_nextbindings to spawn client and server dispatchers on a driver runtime provided async dispatcher. - Recv
Buffer - A channel receive buffer.
- Recv
Future State - The state for a channel recv future.
- Send
Future State - The state for a channel send future.