"shared" status

Luis luis.panadero at gmail.com
Tue Apr 17 06:05:04 PDT 2012


Thanks! It's very useful.
 
Ali Çehreli wrote:

> synchronized (job) {
> *job.slice ~= appendValue;
> }
So shared, at least share data across threads. And using synchronized( ) 
I could do lock-based access to shared data.



More information about the Digitalmars-d-learn mailing list