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 fa6c830 commit 09cb678Copy full SHA for 09cb678
1 file changed
lib/async/timeout.rb
@@ -58,6 +58,7 @@ def cancelled?
58
@handle.cancelled?
59
end
60
61
+ # Raised when attempting to reschedule a cancelled timeout.
62
class CancelledError < RuntimeError
63
64
0 commit comments