streamly
streamly copied to clipboard
Fix takeByTime and dropByTime
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.
See https://github.com/composewell/streamly/pull/1838