Crate rider

Crate rider 

Source
Expand description

The library provides a bounded executor for tokio for a convenient way to run a fixed number of tasks concurrently

See: Rider::new, Rider::spawn and Rider::shutdown

Structs§

Rider
Task executor that maintains a maximum number of tasks running concurrently
RiderError
Error returned from Rider::spawn function.