Class Celluloid::IO::UNIXSocket
In: lib/celluloid/io/unix_socket.rb
Parent: Stream

UNIXSocket with combined blocking and evented support

Methods

from_ruby_socket   new   open  

Public Class methods

Convert a Ruby UNIXSocket into a Celluloid::IO::UNIXSocket DEPRECATED: to be removed in a future release @deprecated use .new instead

Open a UNIX connection.

Open a UNIX connection.

[Validate]