Structs§
- BusControl
Handle - BusEnsure
Publish Request - BusEnsure
Publish Responder - BusEvent
Stream - BusGet
Clients Responder - BusGet
Clients Response - BusMarker
- BusOn
BusData Request - BusOn
Client Attached Request - BusOn
Client Detached Request - BusProxy
- BusPublish
Request - BusRequest
Stream - A Stream of incoming requests for fuchsia.netemul.sync/Bus.
- BusSynchronous
Proxy - BusWait
ForClients Request - BusWait
ForClients Responder - BusWait
ForClients Response - BusWait
ForEvent Request - BusWait
ForEvent Response - BusWait
ForEvent_ Responder - Event
- Simple data structure passed on netemul bus.
- Sync
Manager BusSubscribe Request - Sync
Manager Control Handle - Sync
Manager Event Stream - Sync
Manager Marker - Sync
Manager Proxy - Sync
Manager Request Stream - A Stream of incoming requests for fuchsia.netemul.sync/SyncManager.
- Sync
Manager Synchronous Proxy - Sync
Manager Wait ForBarrier Threshold Request - Sync
Manager Wait ForBarrier Threshold Responder - Sync
Manager Wait ForBarrier Threshold Response
Enums§
- BusEvent
- BusRequest
- Represents a named bus: a bus is a broadcast pub/sub network that distributes Events. Events are not stored, only forwarded to attached clients.
- Sync
Manager Event - Sync
Manager Request - 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.