Linux signal handling - notifying a condition variable

Adam D. Ruppe destructionator at gmail.com
Thu Mar 15 17:56:15 UTC 2018


Alternatively btw you can use the pthreads C functions

    import core.sys.posix.pthread;

which shuld also be nogc right now. The condition class wraps 
those on Linux fairly thinly; using the C functions should be 
little more trouble.


More information about the Digitalmars-d mailing list