Structs§
- A Stream of incoming requests for fuchsia.netemul.sync/Bus.
- Simple data structure passed on netemul bus.
- A Stream of incoming requests for fuchsia.netemul.sync/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.