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

WaitableAtomic<T> #8

Open
Xenoprimate opened this issue Feb 15, 2019 · 1 comment
Open

WaitableAtomic<T> #8

Xenoprimate opened this issue Feb 15, 2019 · 1 comment
Milestone

Comments

@Xenoprimate
Copy link
Contributor

I'd like to add a general purpose wrapper for any IAtomic<T> that allows monitoring of and waiting for a value to be set (or predicate to be fulfilled); either synchronously or asynchronously.

@Xenoprimate Xenoprimate added this to the 1.0 milestone Feb 15, 2019
@Xenoprimate
Copy link
Contributor Author

Better name might be ObservableValue<T> or similar.

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

No branches or pull requests

1 participant