opsqueue 0.30.3

lightweight batch processing queue for heavy loads
Documentation
1
2
3
4
5
6
7
//! The Producer side: Interface to create and read submissions
#[cfg(feature = "client-logic")]
pub mod client;
pub mod common;

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