Module util

Source
Expand description

Module with helper types and functions used by the SDK.

Structs§

YieldOnce
A Future that returns Poll::Pending once and immediately schedules itself to wake up.

Traits§

BlockingWait
An extension trait to block on a Future until it completes.

Functions§

yield_once
Yields the current asynchronous task so that other tasks may progress if possible.