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 f104631 commit d5b0736Copy full SHA for d5b0736
spec/concurrent/executor/thread_pool_executor_shared.rb
@@ -342,16 +342,16 @@
342
end
343
344
345
- context '#fallback_policy' do
346
- context ':caller_runs is honoured even if the old fallback_policy arg is used' do
+ context '#overflow_policy' do
+ context ':caller_runs is honoured even if the old overflow_policy arg is used' do
347
348
subject do
349
described_class.new(
350
min_threads: 1,
351
max_threads: 1,
352
idletime: 60,
353
max_queue: 1,
354
- fallback_policy: :caller_runs
+ overflow_policy: :caller_runs
355
)
356
357
0 commit comments