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