newBatch method

SequencedTaskBatch<T> newBatch()

Creates a new SequencedTaskBatch that is bound to this sequencer.

Implementation

@pragma('vm:prefer-inline')
SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);