Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy values #1225

Merged
merged 1 commit into from
Dec 14, 2019
Merged

Conversation

tomas-langer
Copy link
Member

I have added a LazyValue to the common module. This is a thread safe way of using a supplier to get an initial value to be re-used for subsequent calls.

Resolves #1193

@tomas-langer tomas-langer added this to the 1.4.1 milestone Dec 13, 2019
@tomas-langer tomas-langer self-assigned this Dec 13, 2019
Copy link
Member

@spericas spericas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tomas-langer tomas-langer merged commit bc2a96c into helidon-io:helidon-1.x Dec 14, 2019
@tomas-langer tomas-langer deleted the 1193-lazy-value branch December 14, 2019 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants