is(Mutex == shared) == false?

Stanislav Blinov stanislav.blinov at gmail.com
Sat Feb 8 08:46:25 PST 2014


Also, on a related note, is there any benefit in having core.sync 
primitives not final? What would be a use case to inherit from 
e.g. Mutex or Condition? GC does that with Mutex, but only to 
devirtualize all methods :)

Maybe we should also consider making them final along the way?


More information about the Digitalmars-d mailing list