Skip to main content

One doc tagged with "threadlocal"

View all tags

Thread Safety Patterns

Three design-level strategies for writing correct concurrent code — immutability, ThreadLocal confinement, and explicit object confinement — without reaching for locks.