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