summaryrefslogtreecommitdiff
path: root/devel/py-atomiclong/pkg-descr
blob: 8781b2e748931a18374c1e74cb9a2f36fd1fe9c5 (plain) (blame)
1
2
AtomicLong was born out of the need for fast thread-safe counters in Python.
Its value is a C long which can be incremented, decremented, and set atomically.