Crate pliantdb_jobs[][src]

Expand description

Aysnc jobs management for PliantDb.

Re-exports

pub use flume;

Modules

manager

Types related to the job Manager.

task

Types related to defining Jobs.

Traits

Job

Defines a background job that can be queued and executed.

Keyed

Defines a background job that has a unique key.