Help with Concurrency

bertg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Nov 3 19:23:22 PST 2015


On Wednesday, 4 November 2015 at 01:27:57 UTC, Nicholas Wilson 
wrote:
> On Tuesday, 3 November 2015 at 23:16:59 UTC, bertg wrote:
>>[...]
> Try replacing the following loop to have a receive that times 
> out or while(true) to while(web socked.connected)
>> [...]

That didn't solve the problem. How would that solve the problem?

std.concurrency.receive does not have a timeout either.


More information about the Digitalmars-d-learn mailing list