Registry
Concept
Registry overview
How LCS — the layered registry — works from a developer's seat: keys, values, layers and precedence, transactions, and watches.
How-toReading and writing
Open a registry key, read its effective values, write into a layer, enumerate, and do lost-update-safe updates with compare-and-swap.
How-toWatching and transactions
React to registry changes through a pollable key fd, and apply multi-step edits atomically with transactions.