pub fn runtime_await<'c>(
    context: &'c Context,
    operand: Value<'c, '_>,
    location: Location<'c>
) -> RuntimeAwaitOperation<'c>
Expand description

Creates a runtime.await operation.