From 21bac63f72b54a9f45405a6c100af9392b1ebb0d Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Thu, 28 Aug 2025 18:54:19 +0200 Subject: [PATCH] Update Home --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index fdfdbca..b20a1a1 100644 --- a/Home.md +++ b/Home.md @@ -4,12 +4,12 @@ ## Features -- **Strongly typed keys** – no unsafe casting -- **Type-consistent storage** – values always match their declared key type -- **Change notifications** – listeners (held via weak references) react to updates without memory leaks -- **Thread-safe** – built on concurrent data structures -- **Simple singleton API** – provided via an enum instance -- **Ephemeral named contexts** – create multiple independent, short-lived contexts for modular scoping (per user, per request, per transaction) +- **Strongly typed keys** - no unsafe casting +- **Type-consistent storage** - values always match their declared key type +- **Change notifications** - listeners (held via weak references) react to updates without memory leaks +- **Thread-safe** - built on concurrent data structures +- **Simple singleton API** - provided via an enum instance +- **Ephemeral named contexts** - create multiple independent, short-lived contexts for modular scoping (per user, per request, per transaction) ## Quick Link