# revenq A concurrent, revision-based event queue implementation. [![crates.io](https://img.shields.io/crates/v/revenq.svg)](https://crates.io/crates/revenq) [![docs.rs](https://docs.rs/revenq/badge.svg)](https://docs.rs/revenq) ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. ## Acknowledgement The following existing libraries influenced the design of `revenq` or inspired at least some use case: * [`atom`](https://github.com/slide-rs/atom) * [`crossbeam-channel`](https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel) * [`reclutch-event`](https://github.com/jazzfool/reclutch/tree/master/event) * [`sinq`](https://github.com/jazzfool/sinq)