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 8ccb214 commit 5652d30Copy full SHA for 5652d30
lib/concurrent-ruby/concurrent/timer_task.rb
@@ -325,7 +325,6 @@ def execute_task(completion)
325
def timeout_task(completion)
326
return unless @running.true?
327
if completion.try?
328
- self.value = value
329
schedule_next_task
330
observers.notify_observers(Time.now, nil, Concurrent::TimeoutError.new)
331
end
0 commit comments