
4 Feb
2005
4 Feb
'05
2:18 p.m.
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