IsolateController<Input, Output> constructor

IsolateController<Input, Output>(
  1. IsolateHandler<Input, Output> handler, {
  2. bool lazy,
  3. String? debugLabel,
})

Isolate controller.

Implementation

factory IsolateController(
  IsolateHandler<Input, Output> handler, {
  bool lazy,
  String? debugLabel,
}) = IsolateControllerMasterImpl<Input, Output>;