andrewdavidmackenzie / flow

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

Use references for Output/Input Values #322

Open andrewdavidmackenzie opened 5 years ago

andrewdavidmackenzie commented 5 years ago

Convert a function’s output to be inputs for multiple other processes, by having one copy but reference count it and free it then all of them have consumed it and the count drops to zero.

andrewdavidmackenzie commented 5 years ago

ink (1)