class Async::HTTP::Body::Writable
def read
def read # I'm not sure if this is a good idea. # if @stopped # raise @stopped # end return if @finished unless chunk = @queue.dequeue @finished = true end return chunk end
def read # I'm not sure if this is a good idea. # if @stopped # raise @stopped # end return if @finished unless chunk = @queue.dequeue @finished = true end return chunk end