[ 
https://issues.apache.org/jira/browse/LANG-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oliver Heger updated LANG-653:
------------------------------

    Attachment: lang-653.patch

Proposed patch. I settled for the name {{ConstantInitializer}}.

> 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
>         Attachments: lang-653.patch
>
>
> 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.

Reply via email to