lib/async/io/address.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2017-2023, by Samuel Williams.

require 'socket'

module Async
	module IO
		Address = Addrinfo
	end
end