From: Serguei Kolos (Serguei.Kolos_at_[hidden])
Date: 2005-02-04 09:18:06


Hello

As far as I know semaphores have been removed from the
boost.Thread library. But the point is that on many
platforms (Linux for example) semaphore is the only
async-signal safe synchronization object.
Does anybody know how to synchronize signal handlers
with the other programming threads without semaphores?

Cheers,
Sergei