missionary

2020-08-12T12:34:17.003600Z

I'm planning to make 2 breaking changes : • ditch gather, because it's obsoleted by ?= and it's an open door to an combinatorial explosion of trivial combinators • switch arguments of timeout, because it's more consistent with clojure style to have task transformers take the task as first argument (similarly, flow transformers take the flow as last argument)

2020-08-12T12:34:54.004100Z

if you're impacted by these changes and/or think it's a bad idea, please let me know