Package aQute.lib.concurrentinit
Class ConcurrentInitialize<T>
java.lang.Object
aQute.lib.concurrentinit.ConcurrentInitialize<T>
- Type Parameters:
T
-
Helper class to handle concurrent system where you need to initialize a
value. The first one should create the value but the others should block
until the value has been created.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConcurrentInitialize
public ConcurrentInitialize()
-
-
Method Details