Future

Represents a values that will be computed asynchronously.

This type uses alias this to enable transparent access to the result value.

Alias This

getResult

Members

Functions

getResult
T getResult()

Returns the computed value.

Properties

ready
bool ready [@property getter]

Checks if the values was fully computed.

task
Task task [@property getter]

Return the associated task.

Meta