|
-
May 20th, 2013, 09:32 AM
#4
Re: Boost library thread callbacks
What is the main thread doing while the compute thread is computing? Does it "return" to the caller? Is it blocked? Is it in a message loop (that your wrote)?
Why did you create a thread in the first place? What's the downside of just doing the compute work in-place without creating another thread?
gg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|