Future.await

Awaits this future either returning the result from its computation throwing the exception which occurred during it.

class Future
await
()

Return Value

Type: Result

the Result from the computation

Throws

GuillotineException on fatal error

Exception the exception that occurred during computation

Meta