Expand description

A standalone implementation does not require another async executor and blocks the current thread while executing.

Modules

A single-threaded (!Send + !Sync), blocking budgeting implementation that is runtime agnostic.

A threadsafe (Send + Sync), blocking budgeting implementation that is runtime agnostic.