streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Fix takeByTime and dropByTime

Open harendra-kumar opened this issue 3 years ago • 1 comments
trafficstars

The stream should stop as soon as the time interval is over. That would require generating and processing a time tick along with the input stream.

harendra-kumar avatar Jun 10 '22 14:06 harendra-kumar

See https://github.com/composewell/streamly/pull/1838

adithyaov avatar Sep 16 '22 11:09 adithyaov