Crate bounded_executor

Source
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ยง

BoundedExecutor