Class Celluloid::IO::UNIXServer
In: lib/celluloid/io/unix_server.rb
Parent: Socket

UNIXServer with combined blocking and evented support

Methods

accept   accept_nonblock   new   open  

Public Class methods

@overload initialize(socket_path)

  @param socket_path [String]

@overload initialize(socket)

  @param socket [::UNIXServer]

Public Instance methods

[Validate]