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.
Adam D. Ruppe via Digitalmars-d Thu, 15 Mar 2018 11:01:11 -0700
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.