On Sunday, 19 May 2013 at 13:08:53 UTC, Andrei Alexandrescu wrote:
Sounds like a race problem unrelated to null. With non-null objects the race would have manifested itself in a different way, perhaps even more pernicious.


It is both a race condition and a null problem. And having non nullable type would have been a compile time error instead of days of debugging.

Reply via email to