class Concurrent::PerThreadExecutor

def post(*args, &task)

def post(*args, &task)
  return PerThreadExecutor.post(*args, &task)
end