Semaphores and the GC.

Frank Benoit frank at nix.de
Fri Mar 31 12:18:06 PST 2006


On linux, if you use semaphores.
The GC sends SIGUSR1 & SIGUSR2 to all threads for pausing and resuming.
The semaphores will wake up with error EINTR. You only have to check for
that, and wait again.



More information about the Digitalmars-d mailing list