RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

Buffer with time/count + flush

Open LeeCampbell opened this issue 9 years ago • 0 comments

I see often a request for something like a Buffer(TimeSpan), but they also want to have some other trigger that can invoke a flush of the buffer. It seems that this would be a good case of showing how to use GroupJoin

http://stackoverflow.com/questions/33775889/rx-buffer-with-timeout-since-first-new-group-element

LeeCampbell avatar Nov 18 '15 11:11 LeeCampbell