CellAsync<C extends Cell> constructor
const
CellAsync<C extends Cell> (
- C cell
Creates an async interface for the given cell
Implementation
const CellAsync(C cell) : _cell = cell;