Thread in detached state?
    Ish via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Nov 13 07:35:07 PST 2015
    
    
  
I was directed here from General list, so be patient with me. I 
am looking for syntax for creating a detached-state thread in the 
spirit of POSIX thread attribute PTHREAD_CREATE_DETACHED (the 
thread resources are released on termination and not when the 
main thread terminates - allows for a very large number of 
threads).
Sample code with call will be helpful.
    
    
More information about the Digitalmars-d-learn
mailing list