# File lib/celluloid/io/tcp_server.rb, line 19
      def accept_nonblock
        Celluloid::IO::TCPSocket.new(@server.accept_nonblock)
      end