py38-atomiclong

v 0.1.1

increment numbers, atomically, in python

Sometimes you need to increment some numbers, atomically, in python. AtomicLong was born out of the need for fast thread-safe counters in python. It uses CFFI to bind GCC's Atomic Builtins. Its value is a C long which can be incremented, decremented, and set atomically. It is inspired by Java's java.util.concurrent.atomic.AtomicLong.

https://github.com/dreid/atomiclong

To install py38-atomiclong, paste this in macOS terminal after installing MacPorts

sudo port install py38-atomiclong

Add to my watchlist

Installations 1
Requested Installations 1