Module linera_sdk::util
source · Expand description
Module with helper types and functions used by the SDK.
Structs§
- A
Future
that returnsPoll::Pending
once and immediately schedules itself to wake up.
Traits§
- An extension trait to block on a
Future
until it completes.
Functions§
- Yields the current asynchronous task so that other tasks may progress if possible.