lib/rainbows/fiber/io.rb in rainbows-3.4.0 vs lib/rainbows/fiber/io.rb in rainbows-4.0.0
- old
+ new
@@ -1,6 +1,6 @@
# -*- encoding: binary -*-
-
+# :enddoc:
# A \Fiber-aware IO class, gives users the illusion of a synchronous
# interface that yields away from the current \Fiber whenever
# the underlying descriptor is blocked on reads or write
#
# It's not recommended to use any of this in your applications