Expand description
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§
- Event
Channel - The
EventChannel
, which is the central component ofshrev
. - Event
Iterator - Iterator over a slice of data in
RingBufferStorage
. - Reader
Id - A reader ID which represents a subscription to the events pushed to the
EventChannel
.
Traits§
- Event
- Marker trait for data to use with the EventChannel.