Can't Compile Global Semaphores?

Adam D. Ruppe destructionator at gmail.com
Mon Oct 8 17:54:08 UTC 2018


I recently rewrote some of my threading code in cgi.d and used 
the core.sync.semaphore with core.threads... never once used 
shared or __gshared.

I just passed the handle of the semaphore to the new thread 
constructor. All seems to work.


More information about the Digitalmars-d-learn mailing list