1 2 3 4 5 6 7 8
//! Pre-processing primitives that size batches, normalize blocks, and power the //! worker queue before protocol execution. pub mod batch; pub mod block; pub mod ordered_queue; pub mod sized_queue; pub mod worker;