Skip to content

Commit

Permalink
Merge pull request #52 from itkrt2y/master
Browse files Browse the repository at this point in the history
Remove deprecated auto_terminate option
  • Loading branch information
joker1007 committed Dec 20, 2023
2 parents 9e8d9b4 + 9b158fe commit 9c5f07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rukawa/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def initialize(concurrency = nil)
@concurrency = concurrency || Rukawa.config.concurrency
@store = Concurrent::Hash.new
@executor = Concurrent::CachedThreadPool.new
@executor.auto_terminate = true
@semaphore = Concurrent::Semaphore.new(@concurrency)
end

Expand Down

0 comments on commit 9c5f07d

Please sign in to comment.