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;