module Async::HTTP::Protocol::HTTP2::Connection

def synchronize(&block)

def synchronize(&block)
	@write_frame_guard.acquire(&block)
end