[−][src]Crate shrev
Event channel, pull based, that use a ringbuffer for internal storage, to make it possible to do immutable reads.
See examples directory for examples.
Structs
EventChannel | The |
EventIterator | Iterator over a slice of data in |
ReaderId | A reader ID which represents a subscription to the events pushed to the
|
Traits
Event | Marker trait for data to use with the EventChannel. |