WaitCellExtension<T> extension
- on
-
- FutureCell<
T>
- FutureCell<
- @RecordExtension(size: 9, documentation: 'Provides the [wait] method on a record of cells each holding a [Future]')
Properties
-
asyncState
→ ValueCell<
AsyncState< T> > -
Available on FutureCell<
A cell that evaluates to the AsyncState of the Future in this cell.T> , provided by the WaitCellExtension extensionno setter -
awaited
→ ValueCell<
T> -
Available on FutureCell<
A cell that awaits the Future held inT> , provided by the WaitCellExtension extensionthis
.no setter -
isCompleted
→ ValueCell<
bool> -
Available on FutureCell<
A cell that is true when the Future in this has completed, false otherwise.T> , provided by the WaitCellExtension extensionno setter -
wait
→ ValueCell<
T> -
Available on FutureCell<
Return a cell that awaits the Future held inT> , provided by the WaitCellExtension extensionthis
.no setter -
waitLast
→ ValueCell<
T> -
Available on FutureCell<
A cell that awaits the Future held inT> , provided by the WaitCellExtension extensionthis
.no setter