method
live_thread_pool_executor
rails latest stable - Class:
ActionController::Live
live_thread_pool_executor()private
No documentation available.
# File actionpack/lib/action_controller/metal/live.rb, line 385
def self.live_thread_pool_executor
@live_thread_pool_executor ||= Concurrent::CachedThreadPool.new(name: "action_controller.live")
end