Based on: ports-mgmt/py-pytoport output 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.python.org/pypi/atomiclong
4 lines
204 B
Text
4 lines
204 B
Text
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.python.org/pypi/atomiclong
|