Posts /

Thread Safety

Twitter Facebook Google+
10 Aug 2017

Thread Safety in multithreading

Thread safety refers to when a piece of code gets called simultaneously by multiple threads and it functions correctly.

Information:

https://blogs.msdn.microsoft.com/ericlippert/2009/10/19/what-is-this-thing-you-call-thread-safe/

https://stackoverflow.com/questions/261683/what-is-meant-by-thread-safe-code


Twitter Facebook Google+