# File lib/celluloid/io/unix_server.rb, line 23
      def accept_nonblock
        Celluloid::IO::UNIXSocket.new(@server.accept_nonblock)
      end