Skip to main content

await_value

Function await_value 

Source
pub fn await_value(awaited: Value) -> Result<Value, String>
Expand description

The AWAIT op body (runs inside the async coroutine): suspend, yielding the awaited value; on resume, unwrap the settlement packet (throwing on reject).