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