Hi:

Has boost.thread or the boost libraries got anything that will enable a program to signal more than one thread when it should exit.

Basically, I have four threads in a program, and when the main message loop signals it should exit, I’d like to tell two of the other three threads to exit, this has to be cross platform as far as possible.

Any help appreciated.

Sean.