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

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

XMLWordPrintable

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

      i.e. something like

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes