D Mutex reference.

Saaa yourbase at to.us
Fri Jan 19 05:44:03 PST 2007


Doesn't D have mutexes?
Or better: What is the advantage of synchronized over the use of mutexes?

Could you explain this line:
static this() {
lock=new Object;
}
Does this mean I need to enable the GC?(I mean, not disable it :)


More information about the Digitalmars-d-learn mailing list