Socket.select interrupted system call because of GC

David Nadlinger code at klickverbot.at
Sat Aug 3 06:51:05 PDT 2013


On Saturday, 3 August 2013 at 13:19:53 UTC, dennis luehring wrote:
> but you should not reduce your sample down to maybe-incorrect 
> (what it seems for me in this case) - the join wouldn't make 
> your sample to big

The example given is correct, as druntime guarantees that 
non-daemon threads will run to completion before the program 
terminates normally (see Thread.isDaemon).

David


More information about the Digitalmars-d-learn mailing list