andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
27 stars 2 forks source link

Rethink the whole nested loops problem #2170

Open andrewdavidmackenzie opened 7 months ago

andrewdavidmackenzie commented 7 months ago

flow initializers (by definition sent from outside a flow) should act like a function sending to the flow, send values one by one, and block (and not send) until the target flow goes idle (consuming loopbacks, internal connection values etc).