class method self.live_thread_pool_executor

Ruby on Rails edge

Since v8.0.5.1

Available in: v8.0.5.1 v8.1.3.1 edge

Signature

self.live_thread_pool_executor()

No documentation comment.

Source
# File actionpack/lib/action_controller/metal/live.rb, line 432
      def self.live_thread_pool_executor
        @live_thread_pool_executor ||= Concurrent::CachedThreadPool.new(name: "action_controller.live")
      end

Defined in actionpack/lib/action_controller/metal/live.rb line 432 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::Live

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close