Back to Hhvm

Await

hphp/hack/manual/hack/03-expressions-and-operators/51-await.md

latest371 B
Original Source

Await

await suspends the execution of an async function until the result of the asynchronous operation represented by the expression that follows this keyword, is available.

See awaitables for details of await, and async for a general discussion of asynchronous operations.