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

QThreadPooler should be able to use another threadpool

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.2
    • Qt3D
    • None
    • All

    Description

      It's pretty easy to make the rendering completely freeze and be blocked if the global threadpool is being used with Qt::Concurrent. For example:

      QtConcurrent::map(list, []() { sleep(60); });
      

      I think the user should be able to specify the thread pool that Qt3D runs on, or make environmental variable for it.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            vpicaver Philip Schuchardt
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes