Executor bounded by number of concurrent tasks
was by Wolfgang Grieskamp, David Wolinsky, Joshua Lind, Victor Gao, Greg Nazario and 93 contributors. Owned by aptos-crates.
#47 in #bounded
35KB 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.
Handle
capacity
~24–41MB ~693K SLoC