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
- Rider
Error - Error returned from
Rider::spawnfunction.