Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
也许是一个愚蠢的问题,但是对于提供线程安全操作的类是否有任何通用的命名约定,除了ThreadSafeFoo?这是最明确的并且效果很好,但我想我会问是否有任何代表线程安全概念的单字同义词(“安全”,“锁定”?),或者是否有任何更短的常用词?
ThreadSafeFoo
我认为Concurrent...是一个不错的选择。它很好地描述了应该使用它的用例,而没有过多地谈论技术细节。
Concurrent...
SyncFoo 是避免类名过长的不错选择。