Classes |
CompletedFutureArray |
Represents a future array that has been completed successfully. |
CompletedFutureValue |
Represents a future value that has been resolved or rejected. |
FutureArray |
Represents a future array value that when dereferenced returns an array. |
|
Interfaces |
FutureArrayInterface |
Future that provides array-like access. |
FutureInterface |
Represents the result of a computation that may not have completed yet. |
|
Traits |
MagicFutureTrait |
Implements common future functionality that is triggered when the result
property is accessed via a magic __get method. |
|