newBatch method
Creates a new SequencedTaskBatch that is bound to this sequencer.
Implementation
SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);
Creates a new SequencedTaskBatch that is bound to this sequencer.
SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);