Flowdock
method

new

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Scheduler
new(**options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/queue_adapters/async_adapter.rb, line 84
        def initialize(**options)
          self.immediate = false
          @immediate_executor = Concurrent::ImmediateExecutor.new
          @async_executor = Concurrent::ThreadPoolExecutor.new(DEFAULT_EXECUTOR_OPTIONS.merge(options))
        end
Register or log in to add new notes.