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