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