Module budget_executor::asynchronous
source · [−]Expand description
A budget implementation compatible with any async executor.
Modules
A single-threaded (!Send + !Sync
), asynchronous budgeting implementation that is runtime agnostic.
A threadsafe (Send + Sync
), asynchronous budgeting implementation that is runtime agnostic.