Crate nysa[][src]

Expand description

A bus for passing messages around between independent subsystems of an application.

Modules

A shared bus for applications that don’t need more than one. Comes with some utility methods for simplified usage.

Iterators over messages on the bus.

Structs

A bus for passing messages across threads.

A message on the bus.