Class: Concurrent::PerThreadExecutor Deprecated

Inherits:
SimpleExecutorService show all
Defined in:
lib/concurrent/executor/simple_executor_service.rb

Overview

Deprecated.

Constant Summary

Constants inherited from AbstractExecutorService

AbstractExecutorService::FALLBACK_POLICIES

Instance Method Summary collapse

Methods inherited from SimpleExecutorService

#<<, <<, #kill, post, #post, #running?, #shutdown, #shutdown?, #shuttingdown?, #wait_for_termination

Methods inherited from Synchronization::Object

#new_condition

Constructor Details

#initializePerThreadExecutor

Returns a new instance of PerThreadExecutor.



104
105
106
107
# File 'lib/concurrent/executor/simple_executor_service.rb', line 104

def initialize
  deprecated 'use SimpleExecutorService instead'
  super
end