newBatch method
Creates a new SequencedTaskBatch that is bound to this sequencer.
Implementation
@pragma('vm:prefer-inline')
SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);
Creates a new SequencedTaskBatch that is bound to this sequencer.
@pragma('vm:prefer-inline')
SequencedTaskBatch<T> newBatch() => SequencedTaskBatch(sequencer: this);