We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Merge mutability and singleton concepts into a higher level of abstraction to avoid invalid use cases such as thread-unsafe singleton.
mutability
singleton
The text was updated successfully, but these errors were encountered:
IMMUTABLE
NONE
MUTABLE
BASIC
CONCURRENT
CONSTANT
NONE + singleton
ATOMIC
CONCURRENT + singleton
Sorry, something went wrong.
Warning on thread-unsafe singleton added in b28a43e
mutability + singleton could be named lifecycle. preprocessor concept is also too vague and could be renamed selector.
mutability + singleton
lifecycle
preprocessor
selector
No branches or pull requests
Merge
mutability
andsingleton
concepts into a higher level of abstraction to avoid invalid use cases such as thread-unsafe singleton.The text was updated successfully, but these errors were encountered: