method

live_thread_pool_executor

rails latest stable - Class: ActionController::Live

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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