newBatch method

SequencedTaskBatch<T> newBatch()

Creates a new SequencedTaskBatch that is bound to this sequencer.

Implementation

SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);