pulses 0.2.0

A robust, high-performance background job processing library for Rust.
Documentation
1
2
3
4
5
6
7
//! Internal runtime actors that drive the message-processing pipeline.

pub(crate) mod ack_retrier;
pub(crate) mod backoff;
pub(crate) mod broker_reader;
pub(crate) mod reclaimer;
pub(crate) mod router;