Sha256: 0dde2951530377b26ddf4c6109b5bafa121126b0483aeca28e570a311bc733f8
Contents?: true
Size: 303 Bytes
Versions: 8
Compression:
Stored size: 303 Bytes
Contents
# -*- encoding: binary -*- # A Fiber-aware Pipe 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 class Rainbows::Fiber::IO::Pipe < Kgio::Pipe include Rainbows::Fiber::IO::Methods end
Version data entries
8 entries across 8 versions & 1 rubygems