Does anyone understand how to use "shared" types with concurrency send/receive functions?
    crimaniak via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Aug 20 19:19:26 PDT 2017
    
    
  
On Monday, 21 August 2017 at 02:17:57 UTC, crimaniak wrote:
...
>     shared A a;
...
  Sorry, accidental delete, read this as shared A a = new 
shared(A);
    
    
More information about the Digitalmars-d-learn
mailing list