ngtask_queue_basic
is a concrete implementation of the NGTQ trait.
This crate provides a basic, in-memory task queue system that adheres to the NGTQ interface.
This crate serves as:
- A functional, basic implementation of the NGTQ trait
- An example of how to implement the NGTQ trait for custom task queue systems
- A ready-to-use task queue for simple applications or prototyping
ngtask_queue_basic
depends on and implements the NGTQ
trait from the ngtq
crate. It provides concrete implementations for all methods defined in the NGTQ trait.
To use this implementation in your project, add both ngtq
and ngtask_queue_basic
to your Cargo.toml
:
[dependencies]
ngtq = "0.1.0"
ngtask_queue_basic = "0.1.0"
- NGTQ github-pages: coming soon
- github repo: https://github.com/NGDeveloper125/NGTQ
- ngtq docs: file:///home/ngdeveloper/NGTQ/ngtq/target/doc/ngtq/index.html