module Concurrent::ExecutorService

def post(*args, &task)

@!macro executor_service_method_post
def post(*args, &task)
  raise NotImplementedError
end