Skip to content

Commit e267e1f

Browse files
committed
The value is never seem nor anywhere else
1 parent b77520e commit e267e1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib-edge/concurrent/edge/erlang_actor.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,8 +697,7 @@ def ask(message, timeout, timeout_value)
697697
0
698698
end
699699
# TODO (pitr-ch 06-Feb-2019): allow negative timeout everywhere, interpret as 0
700-
# TODO (pitr-ch 06-Feb-2019): unify timed out values used to resolve resolvable futures on timing out
701-
probe.value! to_wait, timeout_value, [true, :timed_out, nil]
700+
probe.value! to_wait, timeout_value, [true, nil, nil]
702701
else
703702
raise NoActor.new(@Pid) if @Terminated.resolved?
704703
tell question

0 commit comments

Comments
 (0)