thread-safe
Computing term describing code or data structures that function correctly during simultaneous execution by multiple threads.
This library is thread-safe, so it can be used safely in a multithreaded environment.
To write thread-safe code, you need to implement proper mutual exclusion.