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 6bc3163 commit ddad044Copy full SHA for ddad044
spec/concurrent/dataflow_spec.rb
@@ -8,7 +8,7 @@ module Concurrent
8
9
before(:each) do
10
Concurrent.configure do |config|
11
- config.global_operation_pool = Concurrent::ImmediateExecutor.new
+ config.global_task_pool = Concurrent::PerThreadExecutor.new
12
end
13
14
0 commit comments