Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Presenting BackgroundRunner, a QtConcurrent::run wrapper that lets you intergrate the results easily.

Presenting BackgroundRunner, a QtConcurrent::run wrapper that lets you intergrate the results easily.

Scheduled Pinned Locked Moved Showcase
3 Posts 3 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    recmo
    wrote on last edited by
    #1

    I was looking for a simple way to have background calculations integrate the result back into the UI. Both signals-slots and QFutureWatcher's where too complicated for the job. (It would require too much support code, obscuring the intent).

    In the end, I developed BackgroundRunner::run that allows you to do exactly this. It is described in detail and source on my blog:

    http://2π.com/14/backgroundrunner

    I would love to hear your questions, feedback and encouragement!

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Interesting project, good work :-)

      (Z(:^

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Agreed with sierdzio

        Sounds good :)

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved