fibo / dflow

is a minimal Dataflow programming engine
MIT License
74 stars 8 forks source link

name arguments #62

Closed fibo closed 2 years ago

fibo commented 8 years ago

A task like (foo, bar) should populate two functions foo, bar that do the same as arguments[N] task.

For example (req, res), try to implement this example with a graph: https://www.npmjs.com/package/on-headers#examples `