Need help with communication between multiple threads

kris foo at bar.com
Tue Feb 20 17:37:46 PST 2007


Chad J wrote:
> When I was porting Phobos to work on ARM-WinCE, it was very helpful to 
> be able to discard a module without breaking other parts of the lib, 
> namely in the case of that module requiring a broken language feature or 
> inline assembly 

if the underlying OS api's are present, then the upcoming tango.locks 
ought to work on WinCE. I'd imagine this to be your best bet, or to go 
with synchronized instead :)

Which approach you choose is ultimately down to the manner in which you 
need to share the entity.


More information about the Digitalmars-d-learn mailing list