leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
630 stars 26 forks source link

DOC: add `?=` examples to Hello flow #31

Closed xificurC closed 3 years ago

leonoel commented 3 years ago

It's a good idea to add a section about ?= in the flow tutorial. However, I don't think it's a good place to introduce the execution model with the non-blocking discipline and the via operator, because it's a general guideline of the whole library. IMO a better place to talk about that would be at the end of the task tutorial, and join would be more straightforward to illustrate what could go wrong with uncontrolled blocking calls.

xificurC commented 3 years ago

Thank you for the quick feedback. I force pushed your requested changes. Feel free to give additional feedback. If you disagree with some wording etc. feel free to merge and rewrite some of it, I won't be offended ;)

leonoel commented 3 years ago

Added a brief description of the execution model. Thanks for your work !