argus-worker 0.1.0

Worker implementation for distributed web crawling
Documentation
1
2
3
4
5
pub mod rate_limit;
pub mod shutdown;
pub mod worker;

pub use shutdown::{listen_for_shutdown, ShutdownSignal};