Module backend

Module backend 

Source

Re-exports§

pub use memory::InMemoryTaskQueue;

Modules§

memory
In-memory implementation of TaskStorage trait. 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.