class Async::IO::Protocol::Generic
def close
def close @stream.close end
def closed?
def closed? @stream.closed? end
def initialize(stream)
def initialize(stream) @stream = stream end
def close @stream.close end
def closed? @stream.closed? end
def initialize(stream) @stream = stream end