class Async::HTTP::Body::Writable

def finish

Signal that output has finished. This must be called at least once.
def finish
	@queue.enqueue(nil)
end