Structs§

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.

Traits§