canBeMadeThreadSafeBy

P176707
predicate

Indicates that one entity (typically a component or operation) can be modified or configured so that it behaves correctly and safely when accessed concurrently by multiple threads through the involvement of another entity.

Sample triples (4)

Subject Object
Singleton synchronizing the accessor method
Singleton double-checked locking
Singleton initialization-on-demand holder idiom
Singleton using language-level static initialization