https://github.com/soenneker/soenneker.dictionaries.singletonkeys
An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
https://github.com/soenneker/soenneker.dictionaries.singletonkeys
csharp dictionaries dictionary dotnet key keyed singleton singletonkey singletonkeydictionary singletonkeys struct util
Last synced: 3 months ago
JSON representation
An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.dictionaries.singletonkeys
- Owner: soenneker
- License: mit
- Created: 2026-01-06T23:02:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T10:13:00.000Z (4 months ago)
- Last Synced: 2026-03-10T10:39:45.872Z (4 months ago)
- Topics: csharp, dictionaries, dictionary, dotnet, key, keyed, singleton, singletonkey, singletonkeydictionary, singletonkeys, struct, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.dictionaries.singletonkeys/)
[](https://github.com/soenneker/soenneker.dictionaries.singletonkeys/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.dictionaries.singletonkeys/)
[](https://github.com/soenneker/soenneker.dictionaries.singletonkeys/actions/workflows/codeql.yml)
#  Soenneker.Dictionaries.SingletonKeys
### An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
## Installation
```
dotnet add package Soenneker.Dictionaries.SingletonKeys
```