CellAsync<C extends Cell> constructor

const CellAsync<C extends Cell>(
  1. C cell
)

Creates an async interface for the given cell

Implementation

const CellAsync(C cell) : _cell = cell;