module Concurrent::JavaExecutor
def shutdown
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
def shutdown @executor.shutdown nil end