名词
中文翻译:线程安全的变量
同义词:
['thread-safe variable', 'thread-safe variable']
例句:
-
1. To prevent datacorruption, we need to ensure that our program uses thread-safe variables.
为了防止数据损坏,我们需要确保我们的程序使用线程安全的变量。
-
2. The application uses thread-safe variables to ensure data consistency across different threads.
该应用程序使用线程安全的变量来确保不同线程之间的数据一致性。
-
3.The database management system uses thread-safe variables to handle transactions between different users.
数据库管理系统使用线程安全的变量来处理不同用户之间的事务。