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§
- Task executor that maintains a maximum number of tasks running concurrently
- Error returned from
Rider::spawn
function.