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