mirror of
https://github.com/minio/minio.git
synced 2025-10-29 15:21:33 +01:00
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.