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

Reply via email to