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 a6638d3 commit 6064278Copy full SHA for 6064278
1 file changed
test/io/event/selector/cancellable.rb
@@ -33,6 +33,7 @@
33
reader.transfer
34
35
while reader.alive?
36
+ $stderr.puts "Sending interrupt to fiber: #{reader}", reader.backtrace
37
reader.raise(Interrupt)
38
selector.select(0)
39
end
0 commit comments