Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6201477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:33:44+00:00 2026-05-24T04:33:44+00:00

Say I wanted to have a worker thread that has slots for signals emmited

  • 0

Say I wanted to have a worker thread that has slots for signals emmited from the main application thread.

  1. How would the “::run()” method of that worker thread look? obviously I need some kind of loop or the thread will terminate immediately. I want it to stick around so it can process the incoming slots. How would that loop look like? Something equivalent to sleep and pump messages? pump how?

  2. Do I need to “MoveToThread()” all the objects that’ll pass to the thread’s slots so that the processing of the slot is done in the context of the worker thread?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T04:33:45+00:00Added an answer on May 24, 2026 at 4:33 am

    Did some more digging.
    The default implementation of QThread::run calls “exec” which is the message loop. So no extra work needed there. In the constructor of my QThread I add this:

    this->start();
    QObject::moveToThread(this);
    

    As a result, my thread starts upon construction, and all signals outside the thread aimed at thread slots are executed in the context of my thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I wanted to have an application that could easily switch the DB
Say I wanted to write a program that would export calendar data so that
Lets say I wanted to build an app that will pull url links from
First off I would like to say that I have done ample research on
Say I wanted to have one variable in a class always be in some
Let's say I have about 10 css files on my site. I wanted to
Say I wanted to list buttons so that the last one was anchored to
Look at this simple query SELECT id FROM users Now, say I wanted to
Say I wanted to print a ÿ (latin small y with diaeresis) from its
Let's say I wanted to have this API for an example to do app:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.