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.
2 parents 082c05f + 5652d30 commit 50917ffCopy full SHA for 50917ff
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