Andrew Kelley fd65cdc55a
fix incorrect Thread.getCurrentId test
Documentation comments copied here:

On Linux, it is possible that the thread spawned with `spawnThread`
finishes executing entirely before the clone syscall completes. In this
case, `std.os.Thread.handle` will return 0 rather than the
no-longer-existing thread's pid.
2019-04-05 16:06:35 -04:00
..
2018-07-22 00:04:24 -04:00
2019-03-25 16:04:25 -04:00
2018-05-29 04:23:38 -04:00
2019-03-25 16:04:25 -04:00
2018-12-26 15:25:54 -05:00
2019-03-02 16:46:04 -05:00