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.
IO::Evented
1 parent 6c34494 commit 7d8a6a0Copy full SHA for 7d8a6a0
src/io/evented.cr
@@ -2,6 +2,7 @@
2
3
require "crystal/thread_local_value"
4
5
+# :nodoc:
6
module IO::Evented
7
@read_timed_out = false
8
@write_timed_out = false
0 commit comments