mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-17 16:15:07 +00:00
db84bb9bd3
read/writers are not concurrent in handlers and self contained - no need to use atomics on them. avoids unnecessary contentions where it's not required.