class UNIXServer

Public Instance Methods

accept() click to toggle source
# File lib/polyphony/extensions/socket.rb, line 250
def accept
   Polyphony.backend_accept(self, UNIXSocket)
 end
Also aliased as: orig_accept
accept_loop(&block) click to toggle source
# File lib/polyphony/extensions/socket.rb, line 254
def accept_loop(&block)
  Polyphony.backend_accept_loop(self, UNIXSocket, &block)
end
orig_accept()
Alias for: accept