Crate fidl_fuchsia_netemul_sync
source ·Structs
A Stream of incoming requests for Bus
Simple data structure passed on netemul bus.
A Stream of incoming requests for SyncManager
Enums
Represents a named bus:
a bus is a broadcast pub/sub network that distributes Events.
Events are not stored, only forwarded to attached clients.
The SyncManager is the entry point to attach a client to a bus or use other synchronization
primitives.
The client’s ‘ticket’ to remain on the bus is the channel obtained through the ‘BusSubscribe’ call.