added Atom[T] to have atomic manipulation of composite values

This commit is contained in:
2025-03-13 21:24:59 +09:00
parent 4d3fb7db65
commit cd32380425
6 changed files with 135 additions and 95 deletions

View File

@ -9,6 +9,7 @@ NAME=hodu
VERSION=1.0.0
SRCS=\
atom.go \
bulletin.go \
client.go \
client-ctl.go \