Vala.Concurrent.PromiseInt.await – Valacore Reference Manual
await
Description:
public
int
await
()
Blocks until the result is available and returns it.
Returns:
the computed int value.