ngtask_queue_basic 0.1.0

A trait-based abstraction layer for task queues with ID and category support
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.34 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 387.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • NGDeveloper125/NGTaskQueue_Basic
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NGDeveloper125

NGTask_Queue_Basic

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.

Overview

This crate serves as:

  1. A functional, basic implementation of the NGTQ trait
  2. An example of how to implement the NGTQ trait for custom task queue systems
  3. A ready-to-use task queue for simple applications or prototyping

Relationship to NGTQ

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.

Usage

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"

For More Information Please visit NGTQ docs at:

  1. NGTQ github-pages: coming soon
  2. github repo: https://github.com/NGDeveloper125/NGTQ
  3. ngtq docs: file:///home/ngdeveloper/NGTQ/ngtq/target/doc/ngtq/index.html