Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-124909

QtPrivate::Continuation should not be polymorphic

    XMLWordPrintable

Details

    • 5
    • e53df7a02 (dev), e571a8201 (6.7), 699162c6f (dev)
    • Foundation Sprint 112, Foundation Sprint 113

    Description

      The Continuation class template acts as an interface for Sync and Async subclasses. Since it's a class template, each use will likely instantiate a new type, complete with vtable and type_info object.

      The class should be rewritten to use the new goodies we have added, e.g. QGenericRunnable, CompactStorage, and maybe even QCallableObject to avoid virtuals.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ivan.solovev Ivan Solovev
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes