class Async::HTTP::Protocol::HTTP2::Output
def initialize(stream, body, trailer = nil)
def initialize(stream, body, trailer = nil) @stream = stream @body = body @trailer = trailer @task = nil @window_updated = Async::Condition.new end
def initialize(stream, body, trailer = nil) @stream = stream @body = body @trailer = trailer @task = nil @window_updated = Async::Condition.new end