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.
list of output values
Add output to it with count = number of destinations
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.