summaryrefslogtreecommitdiff
path: root/src/atomic.h
AgeCommit message (Collapse)Author
2022-10-29change indent from space to tabRyo Nakamura
2022-10-22implement copy chunkRyo Nakamura
2022-10-20add atomic refcnt and locks.Ryo Nakamura
It might be unnecessary, if open/close can be done without lock.