IsolateExecutor constructor

IsolateExecutor()

Implementation

factory IsolateExecutor() =>
    (_isWorker) ? _InlineExecutor() : _IsolateExecutor();