module Concurrent

def dataflow!(*inputs, &block)

def dataflow!(*inputs, &block)
  dataflow_with!(Concurrent.global_io_executor, *inputs, &block)
end