WaitCellExtension<T> extension

Provides the wait method on a cell holding a Future.

on
Annotations
  • @RecordExtension(size: 9, documentation: 'Provides the [wait] method on a record of cells each holding a [Future]')

Properties

asyncState ValueCell<AsyncState<T>>
A cell that evaluates to the AsyncState of the Future in this cell.
no setter
awaited ValueCell<T>
A cell that awaits the Future held in this.
no setter
isCompleted ValueCell<bool>
A cell that is true when the Future in this has completed, false otherwise.
no setter
wait ValueCell<T>
Return a cell that awaits the Future held in this.
no setter
waitLast ValueCell<T>
A cell that awaits the Future held in this.
no setter