Thread safety
Introduction
In one of my older projects, I often had to synchronize and work with different parallel threads. Using async, parallel or 'real' threads does not make a real difference when it is coming to thread safety.
As a very short short instructi...
blog.sigterm.eu3 min read