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 cde7c6f commit 89e03deCopy full SHA for 89e03de
temporalio/lib/temporalio/cancellation.rb
@@ -167,8 +167,8 @@ def prepare_cancel(reason:)
167
to_return.values
168
end
169
170
- def canceled_mutex_synchronize(&block)
171
- Workflow::Unsafe.illegal_call_tracing_disabled { @canceled_mutex.synchronize(&block) }
+ def canceled_mutex_synchronize(&)
+ Workflow::Unsafe.illegal_call_tracing_disabled { @canceled_mutex.synchronize(&) }
172
173
174
0 commit comments