concurrent-machines icon indicating copy to clipboard operation
concurrent-machines copied to clipboard

Concurrency features for the Haskell machines package

Results 2 concurrent-machines issues
Sort by recently updated
recently updated
newest added

If I have a construct `x stop ` This does not give deterministic result. Sometime it misses the last yield, skips the value. As a result last iteration is skipped....

Hello, I've been trying to accomplish a small program using Conduit, Pipes, Machines, and now Concurrent-Machines. I thought I'd finally found the solution with `splitProd`, but I now find I...