Provide a very basic ConcurrentInitializer implementation
---------------------------------------------------------
Key: LANG-653
URL: https://issues.apache.org/jira/browse/LANG-653
Project: Commons Lang
Issue Type: New Feature
Components: lang.concurrent.*
Reporter: Oliver Heger
It might be useful - for instance in unit tests - to have a simple
implementation of {{ConcurrentInitializer}} which just returns an object that
was passed to the constructor. The object is stored in a final field, so no
synchronization is needed. In contrast to {{LazyInitializer}} this class could
be named {{EagerInitializer}} because the object must already exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.