thread safe的用法和樣例:
例句
- Don't take all the warnings not to block in this function to mean that you can neglect its thread safety.
不要將所有告訴您不要在該函數中阻塞的警告理解為可以忽視它的線(xiàn)程安全性。 - Inserting an object in containers that will be modified by different threads has no thread safety guarantee, although in most platforms it will be thread-safe without locking.
向一個(gè)會(huì )被其它線(xiàn)程修改的容器插入對象是沒(méi)有線(xiàn)程安全性保證的,雖然在多數平臺上,它是無(wú)鎖定線(xiàn)程安全的。