How to call receiveTimout? (std.concurrency)

Simen kjaeraas simen.kjaras at gmail.com
Tue Jun 29 06:59:23 PDT 2010


Simen kjaeraas <simen.kjaras at gmail.com> wrote:

> Heywood Floyd <soul8o8 at gmail.com> wrote:
>
>> ops = ops[1 .. $];  // <=== line 335
>
> Well, this looks like a bug to me. Should be
>
> Ops = ops[1 .. $];

Oh, and you could probably make this change yourself.

-- 
Simen


More information about the Digitalmars-d-learn mailing list