module Concurrent::JavaExecutor

def shutdown

executor is not running.
but no new tasks will be accepted. Has no additional effect if the
Begin an orderly shutdown. Tasks already in the queue will be executed,
def shutdown
  @executor.shutdown
  nil
end