Concurrency Confusion

"岩倉 澪" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 9 10:41:12 PDT 2015


On Saturday, 8 August 2015 at 06:24:30 UTC, sigod wrote:
> Use negative value for `receiveTimeout`. 
> http://stackoverflow.com/q/31616339/944911

On Saturday, 8 August 2015 at 13:34:24 UTC, Chris wrote:
> Note aside: if you only import what you need (say `import 
> std.concurrency : receiveTimeout; std.datetime : msecs`), you 
> can reduce the size of the executable considerably as your 
> program grows.

Thanks for the tips!



More information about the Digitalmars-d-learn mailing list