module Concurrent

def dataflow_with(executor, *inputs, &block)

def dataflow_with(executor, *inputs, &block)
  call_dataflow(:value, executor, *inputs, &block)
end