[][src]Module psbus::rc

Structs

EventBus

Single-thread datastructure responsible for dispatching events from Publishers to Subscribers

Traits

Event

A generic, single-thread Event, categorized by an enum category T.

Publisher

A generic, single-thread Publisher which publishes events E of category T to a list of Subscribers via an EventBus.

Subscriber

A generic, single-thread Subscriber which subscribes to an EventBus to receive events E of category T, which are published by a Publisher.