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 5f1cb04 commit 79ca3daCopy full SHA for 79ca3da
lib/async/container/error.rb
@@ -21,6 +21,7 @@ def initialize
21
end
22
23
24
+ # Similar to {Terminate}, but represents `SIGKILL`.
25
class Kill < SignalException
26
SIGKILL = Signal.list["KILL"]
27
0 commit comments