Space Engineers
|
A task struct which can return a result. More...
Public Member Functions | |
T | GetResult () |
Gets the result. Blocks the calling thread until the future has completed execution. This can only be called once! More... | |
Properties | |
bool | IsComplete [get] |
Gets a value which indicates if this future has completed. More... | |
Exception[] | Exceptions [get] |
Gets an array containing any exceptions thrown by this future. More... | |
A task struct which can return a result.
T | The type of result this future calculates. |
|
inline |
|
get |
|
get |