swift-async-algorithms icon indicating copy to clipboard operation
swift-async-algorithms copied to clipboard

Provide an option for buffering by duration

Open jdanthinne opened this issue 1 year ago • 0 comments

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?

jdanthinne avatar Jun 19 '24 15:06 jdanthinne