WaitCellExtension2<T$1, T$2> extension

Provides the wait method on a record of cells each holding a Future

on

Properties

asyncState ValueCell<AsyncState<(T$1, T$2)>>
A cell that evaluates to the AsyncState of the Future held in this cell.
no setter
awaited ValueCell<(T$1, T$2)>
A cell that awaits the Future held in the cells in this.
no setter
isCompleted ValueCell<bool>
A cell that is true when the Futures in the cells in this have completed, false otherwise.
no setter
wait ValueCell<(T$1, T$2)>
Return a cell that awaits the Future held in the cells in this.
no setter
waitLast ValueCell<(T$1, T$2)>
A cell that awaits the Future held in the cells in this.
no setter