0.12.0: Async generators and improved sampling
- Add
most.generate
to build a stream by running an async generator. - Add
sampler.sample(f, ...streams)
for sampling and combining many streams at once. - Improve
stream.ap
. It now more closely models the behavior of applying a time varying function to a time-varying value. - Change
stream.combine
to end when all input streams have ended.- Breaking change: code that specifically depends on a
combine
stream ending when only one input ends may need to be updated.
- Breaking change: code that specifically depends on a