Closed MiSawa closed 2 years ago
Current design that passes input value one by one and return an iterator per input value is simple, but it's impossible to handle inputs. We need to either pass the input iterator itself to the vm so vm can actively eat values from input.
inputs
Also the first base fork would be something similar to OnFork::Iterate but iterates on the input.
OnFork::Iterate
Current design that passes input value one by one and return an iterator per input value is simple, but it's impossible to handle
inputs
. We need to either pass the input iterator itself to the vm so vm can actively eat values from input.