Struct Future
Represents a values that will be computed asynchronously.
This type uses alias this to enable transparent access to the result value.
Fields
Name | Type | Description |
---|---|---|
m_result
|
FreeListRef!(shared(T)) |
|
m_task
|
Task |
Properties
Name | Type | Description |
---|---|---|
ready
[get]
|
bool |
Checks if the values was fully computed. |
Methods
Name | Description |
---|---|
getResult
|
Returns the computed value. |
init
|
Authors
Sönke Ludwig
Copyright
© 2013-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.