ended6월 26일· 1 sources
Ensuring Thread Safety — .NET core-centric
Why it matters
Prefer immutability What: Make data read-only after construction. Instead of editing objects, create new ones. Why: If nothing changes, many threads can read safely with no locks. How (.NET): public r...
1
Sources
+0
24h
—
Growth
87d
Active