Rx.NET Rx.NET Buffer concurrency Rx.NET, part of ReactiveX, contains Buffer operator which does: periodically gather items emitted by an Observable into bundles and emit these bundles rather than emitting the items one at a time There