Expand description
Work queue for distributed workflow execution.
This module defines the WorkQueue trait for enqueuing and dequeuing workflow work items, and provides an in-memory implementation for testing and local development.
Structs§
- InMemory
Work Queue - In-memory implementation of WorkQueue for testing and local development.
Enums§
- Work
Queue Error - Errors that can occur in a WorkQueue implementation.
Traits§
- Work
Queue - Trait for a distributed workflow work queue.