Expand description
Bindings for channel functionality in the fuchsia driver framework C API
Modules§
- arena
- Safe bindings for the driver runtime arena stable ABI
- channel
- Safe bindings for the driver runtime channel stable ABI
- futures
- Internal helpers for implementing futures against channel objects
- message
- A helper for managing a self-contained arena-allocated buffer along with its arena handle.
- test_
utils - Helpers for writing tests involving channels.