# File lib/celluloid/io/unix_server.rb, line 18
      def accept
        Celluloid::IO.wait_readable(@server)
        accept_nonblock
      end