CP.1: Simplify example, show good example, expand on rationale (#1615)

"Make your code thread-safe" usually means "don't use global state."
Advice to replace global state with `thread_local` state is usually misguided.
https://quuxplusone.github.io/blog/2018/11/14/fiber-local-storage/
This commit is contained in:
Arthur O'Dwyer
2020-05-28 14:57:18 -04:00
committed by GitHub
parent 19f2672b9e
commit e8e0d103c0
2 changed files with 38 additions and 14 deletions

View File

@@ -97,6 +97,7 @@ completers
componentization
composability
composable
ComputationCache
conceptsTS
cond
const