Module async_support

Source
Expand description

Runtime-agnostic async utilities.

Functionsยง

yield_now
Returns a future that becomes ready after one poll, emulating a yield on most async runtimes.