On 12/28/14 10:24, Aiden via Digitalmars-d-learn wrote:
> Is `shared` in a workable state?

No.

> Shouldn't Mutex, Condition, etc be shared since they are basically only ever 
> useful when used in multiple threads?

Yes, but there are so many problems with 'shared' that
using it that way (even only as a type constructor) is
impractical.

artur

Reply via email to