Expand description
Module with helper types and functions used by the SDK.
Structs§
- Yield
Once - A
Future
that returnsPoll::Pending
once and immediately schedules itself to wake up.
Traits§
- Blocking
Wait - 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.