Thread safety

Thread safety

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5112-1370-5

High Quality Content by WIKIPEDIA articles! Thread safety is a computer programming concept applicable in the context of multi-threaded programs. A piece of code is thread-safe if it only manipulates shared data structures in a thread-safe manner, which enables safe execution by multiple threads at the same time. There are various strategies for making thread-safe data structures .