Executor bounded by number of concurrent tasks
was by Wolfgang Grieskamp, David Wolinsky, Josh Lind, Victor Gao, Greg Nazario and 93 contributors. Owned by aptos-crates.
#52 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
~27–44MB ~748K SLoC