class Concurrent::NullThreadPool

def <<(block)

def <<(block)
  NullThreadPool.post(&block)
  return self
end