class Concurrent::JavaExecutorService::Job

def run

def run
  @block.call(*@args)
end