Combine constructor

Combine()

Combine is used to spawn a new CombineIsolate.

Take a look at CombineWorker if you want to efficiently execute tasks in isolates' pool.

Implementation

factory Combine() => _instance;