Module boa::syntax::ast::node::await_expr [−][src]
Expand description
Await expression node.
Structs
An await expression is used within an async function to pause execution and wait for a promise to resolve.