@hackage pipes-rt0.3.0

A few pipes to control the timing of yields

Use this library to yield values downstream according to different timing rules. For example, use the relTimeCat pipe, and your data will be yielded at each datum's specified time since the running of the effect. Or use poissonCat to yield values with poisson timing.