SSLSocket with Celluloid::IO support
# File lib/celluloid/io/ssl_socket.rb, line 25 def accept @socket.accept_nonblock self rescue ::IO::WaitReadable wait_readable retry rescue ::IO::WaitWritable wait_writable retry end
Generated with the Darkfish Rdoc Generator 2.