synchronized (this[.classinfo]) in druntime and phobos
mta`chrono
chrono at mta-international.net
Sun Jun 3 14:36:28 PDT 2012
Am 30.05.2012 11:11, schrieb deadalnix:
>
> D already have much better tools that the one java provide
> (std.concurency, std.parallelism, TLS by default, transitive type
> qualifiers, . . .) that most these thing taken from java don't make any
> sense now.
>
> For instance, what is the point of being able to lock on any object when
> most of them are thread local ??
Right! Locking on non-TLS objects doesn't make sense. Perhaps only
shared objects should be synchronizeable and thus contain a monitor /
pointer to a monitor.
More information about the Digitalmars-d
mailing list