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

Creates a runtime.await_and_resume operation.