Thread: notify main when a threa is done

  1. #16
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Exactly grumpy! When you are learning on your own you are not sure where to look. I gained enough from this thread, so now its time for me to go on myself for some time. If needed, I will post back.
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

  2. #17
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    For what's it's worth, the boost libraries have a pretty fantastic implementation of a threadpool as well. I remember using it and finding that is was quite easy to use. Though I think I did have some issues with it regarding passing references.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 06-01-2011, 03:08 AM
  2. Replies: 3
    Last Post: 02-06-2011, 08:41 AM
  3. Replies: 3
    Last Post: 09-11-2008, 12:29 AM
  4. Notify Icon balloon tip time
    By Rune Hunter in forum C# Programming
    Replies: 6
    Last Post: 07-12-2005, 09:12 AM
  5. how to notify the EOF?
    By Jasonymk in forum C++ Programming
    Replies: 1
    Last Post: 01-06-2003, 01:31 AM