swift-async-algorithms
swift-async-algorithms copied to clipboard
Provide an option for buffering by duration
I'm trying to convert legacy RxSwift code where I was using the buffer(timeSpan:count:scheduler:) methods.
I've found the .buffer in this package, but unfortunately, the current policies are all based on a number of items, not on a time span. Is it planned?