On 03/30/2014 09:09 AM, Matt wrote:
I have little experience in multi-threading programming, and was digging into std.concurrency, but I don't really understand the Condition class as it was used there. Could someone provide a bare-bones use of this class? I would be much obliged, thanks.
I haven't used it either but I think this page explains the need for it: http://en.wikipedia.org/wiki/Monitor_%28synchronization%29#Condition_variables Ali
