We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3a1f0 commit 19b1a7eCopy full SHA for 19b1a7e
lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb
@@ -23,7 +23,6 @@ class AbstractExecutorService < Synchronization::LockableObject
23
def initialize(opts = {}, &block)
24
super(&nil)
25
synchronize do
26
- # TODO (pitr-ch 02-Feb-2020): check all documentation
27
@auto_terminate = opts.fetch(:auto_terminate, true)
28
@name = opts.fetch(:name) if opts.key?(:name)
29
ns_initialize(opts, &block)
0 commit comments