send doesn't work

Anonymouse via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 16 12:20:07 PST 2016


On Wednesday, 16 November 2016 at 13:10:06 UTC, unDEFER wrote:
> On Wednesday, 16 November 2016 at 10:54:32 UTC, Era Scarecrow 
> wrote:
>>  I just have to wonder every time I look at this... how long 
>> is 1 hnsecs? I'd assume not very long. Either blocking unless 
>> there's no more messages, or having a longer timeout period 
>> seems a better bet.
>>
>>  Might make it 1-5ms.
>
> Really I have wanted to write 0ms, but don't sure that it is 
> possible.

receiveTimeout(0.seconds,
     /* ... */
);


More information about the Digitalmars-d mailing list