opsqueue 0.30.3

lightweight batch processing queue for heavy loads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The Consumer side: Interface to reserve, work on, and complete/fail individual Chunks
pub mod common;
pub mod strategy;

#[cfg(feature = "server-logic")]
pub mod dispatcher;

#[cfg(feature = "server-logic")]
pub mod server;

#[cfg(feature = "client-logic")]
pub mod client;