Class: Concurrent::PerThreadExecutor Deprecated
- Inherits:
-
SimpleExecutorService
- Object
- Synchronization::Object
- AbstractExecutorService
- RubyExecutorService
- SimpleExecutorService
- Concurrent::PerThreadExecutor
- Defined in:
- lib/concurrent/executor/simple_executor_service.rb
Overview
Deprecated.
Constant Summary
Constants inherited from AbstractExecutorService
AbstractExecutorService::FALLBACK_POLICIES
Instance Method Summary collapse
-
#initialize ⇒ PerThreadExecutor
constructor
A new instance of PerThreadExecutor.
Methods inherited from SimpleExecutorService
#<<, <<, #kill, post, #post, #running?, #shutdown, #shutdown?, #shuttingdown?, #wait_for_termination
Methods inherited from Synchronization::Object
Constructor Details
#initialize ⇒ PerThreadExecutor
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 |