GreanTech / AtomEventStore

A server-less .NET Event Store based on the Atom syndication format
MIT License
117 stars 14 forks source link

LifoEvents #83

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

The FifoEvents<T> class exists to provide First-In, First-Out enumeration of an event stream. Likewise, a LifoEvents<T> class should be added to provide Last-In, First-Out enumeration of an event stream.