noun
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.