OpenCellAsync<C extends Cell, L extends Cell, I extends Signal, O extends Signal> constructor
const
OpenCellAsync<C extends Cell, L extends Cell, I extends Signal, O extends Signal> (
- OpenCell<
C, L, I, O> cell
Creates an async executor for an OpenCell
Implementation
const OpenCellAsync(super.cell) : super();