Crate bounded_executor[][src]

Expand description

A bounded tokio [Handle]. Only a bounded number of tasks can run concurrently when spawned through this executor, defined by the initial capacity.

Structs