[D-runtime] What's with core.sync.condition usage?

Alex Rønne Petersen xtzgzorex at gmail.com
Wed Apr 25 15:41:40 PDT 2012


Hi,

What's with the weird, convoluted way one is supposed to use
core.sync.condition.Condition? Having to lock on a mutex while using a
Condition object is extremely weird compared to APIs in other
programming languages. Any particular reason behind this design?

Regards,
Alex


More information about the D-runtime mailing list