1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/py-atomiclong/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

5 lines
201 B
Plaintext

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.
WWW: https://pypi.org/project/atomiclong/