#bounded #executor #numbers #tasks #aptos #concurrency

yanked bounded-aptos-executor

Executor bounded by number of concurrent tasks

0.2.7 Aug 16, 2022
0.2.6 Aug 13, 2022
0.2.2 Jul 22, 2022
0.1.7 Jul 9, 2022
0.1.2 Jun 26, 2022

#49 in #bounded


Used in 24 crates (3 directly)

Apache-2.0

9KB
147 lines

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

Dependencies

~2.6–4MB
~61K SLoC