Module queue

Source
Expand description

This module provides a trait for interacting with task storage. The storage allows tasks to be pushed to and popped from a queue, and also allows tasks to be set and retrieved by their UUID.

Re-exports§

pub use backend::InMemoryTaskQueue;

Modules§

backend

Enums§

TaskQueueError

Traits§

HasTagKey
TaskQueue

Type Aliases§

AbstractTaskQueue