class Async::IO::SocketEndpoint

def initialize(socket, **options)

def initialize(socket, **options)
	super(**options)
	
	# This socket should already be in the required state.
	@socket = Async::IO.try_convert(socket)
end