equeue: Application level triggered, and edge triggered event multiqueues.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

A system for providing late binding for how different types of events are handled.

It is often important for an application to control how it consumes updates for optimal processing, but event sources are typically in control of delivery. The EQueue abstraction allows the consumer to provide an implimentation that balances delivery for its needs. To do this, it distinguishes events into two types, level and edge triggered.

Level triggered events are used where the resulting state is cared about and a pure model of how events combine is available as a Semigroup instance. The transitions it took to get to the new state between dequeues is not of interest.

Edge triggered events are where the sequence of occurences are of importance, or a pure model is not available.

Properties

Versions 0, 0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <4.13), containers (>=0.6 && <0.7), contravariant (>=1.5 && <1.6), mtl (>=2.2 && <2.3), semigroups (>=0.18 && <0.19), stm (>=2.5 && <2.6) [details]
License BSD-3-Clause
Copyright Copyright (C) 2018 davean
Author davean
Maintainer oss@xkcd.com
Category Concurrency
Home page https://oss.xkcd.com/
Bug tracker https://code.xkrd.net/AlON/equeue/issues
Source repo head: git clone https://code.xkrd.net/AlON/equeue.git
Uploaded by davean at 2018-12-31T17:03:42Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees