Bit<R, L> constructor

Bit<R, L>(
  1. BitWorker<R, L> worker
)

Implementation

Bit(BitWorker<R, L> this.worker)
    : streamWorker = null,
      _onDispose = null {
  reload();
}