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>(
  1. OpenCell<C, L, I, O> cell
)

Creates an async executor for an OpenCell

Implementation

const OpenCellAsync(super.cell) : super();