class Async::IO::AddressEndpoint

def bind(&block)

Returns:
  • (Socket) - the bound socket

Other tags:
    Yield: - the bound socket
def bind(&block)
	Socket.bind(@address, **@options, &block)
end