| Crates.io | ngtask_queue_basic |
| lib.rs | ngtask_queue_basic |
| version | 0.1.0 |
| created_at | 2025-04-26 14:06:56.725816+00 |
| updated_at | 2025-04-26 14:06:56.725816+00 |
| description | A trait-based abstraction layer for task queues with ID and category support |
| homepage | |
| repository | https://github.com/NGDeveloper125/NGTaskQueue_Basic |
| max_upload_size | |
| id | 1650279 |
| size | 1,345,174 |
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:
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"