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
.
A bounded tokio [Handle
]. Only a bounded number of tasks can run
concurrently when spawned through this executor, defined by the initial
capacity
.