code shuffling for kgio
[rainbows.git] / lib / rainbows / fiber / io / pipe.rb
blobc7ae508820ae9a48fb12ad959b7d6961ab8ba930
1 # -*- encoding: binary -*-
2 # A Fiber-aware Pipe class, gives users the illusion of a synchronous
3 # interface that yields away from the current Fiber whenever
4 # the underlying descriptor is blocked on reads or write
5 class Rainbows::Fiber::IO::Pipe < Kgio::Pipe
6   include Rainbows::Fiber::IO::Methods
7 end