Taming concurrency in rust whilst keeping footguns at bay
Rust's blazing speed comes at a cost, systems and API's often can't keep up, whether that be rate limiting or limited throughput availability. This article provides a flexible and agnostic solution to controlling concurrency.