#event-queue #event-system #mpsc

generic_event_queue

Provides a generic event-queue API

2 unstable releases

0.2.0 Jan 5, 2024
0.1.0 Dec 8, 2023

#605 in Data structures

32 downloads per month

MIT/Apache

11KB
87 lines

Generic Event Queue

CI Crates.io Crates.io

A generic event-queue API.

This package was originally crated as part of Wolf Engine's event-handling system, but it's proven useful in other projects. I decided to make it into a stand-alone crate, after copy-pasting it into multiple projects.

Getting Started

To use the latest release version:

# Cargo.toml

[dependencies]
generic_event_queue = "*"

To use the latest development version:

# Cargo.toml

[dependencies]
generic_event_queue = { git = "https://github.com/AlexiWolf/generic_event_queue" }

See the docs for usage instructions.

Status

Generic Event Queue is currently in development. You should expect missing features, bugs, changing APIs, and other spooky stuff until release 1.0.

License

Generic Event Queue is licensed under either:

At your option.

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 additional terms or conditions.

No runtime deps