Crate task_forge

Source
Expand description

§Task Forge

A simple and flexible task forge for asynchronous task execution in Rust. This library provides a TaskForge to manage concurrent tasks efficiently.

Re-exports§

Modules§

  • This module contains error handling types.
  • Contains the trait definitions for tasks.
  • The implementation of the task forge.

Structs§

  • Receives values from the associated Sender.
  • Sends values to the associated Receiver.

Functions§

  • Creates a bounded mpsc channel for communicating between asynchronous tasks with backpressure.

Type Aliases§