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

make it possible to set a default priority for the QRunnable subclasses

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • Not Evaluated
    • None
    • None
    • Core: QtConcurrent
    • None

    Description

      i.e. something like

      class Runnable : public QRunnable { public: Runnable() { setDefaultPriotiry(100); } };
      QRunnable *r = new Runnable;
      ...
      QThreadPool::globalInstance()->start(r);
      

      Attachments

        Issue Links

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

          Activity

            People

              sonakur Sona Kurazyan
              ritt.ks Konstantin Ritt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes