Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 204 Bytes

atomic.md

File metadata and controls

11 lines (6 loc) · 204 Bytes

Pattern: Direct assignment to atomic value

Issue: -

Description

Check for commonly mistaken usages of the sync/atomic package.

Further Reading