shutdown(wait: true)
public

No documentation available.

# File activejob/lib/active_job/queue_adapters/async_adapter.rb, line 105
        def shutdown(wait: true)
          @async_executor.shutdown
          @async_executor.wait_for_termination if wait
        end