Module work_queue

Module work_queue 

Source
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§

InMemoryWorkQueue
In-memory implementation of WorkQueue for testing and local development.

Enums§

WorkQueueError
Errors that can occur in a WorkQueue implementation.

Traits§

WorkQueue
Trait for a distributed workflow work queue.