cereggii
Thread synchronization utilities for Python
This library is beta quality: expect things to change.
This package provides atomic versions of common data structures:
- AtomicDict
- AtomicInt64
- AtomicRef
- …and more to come
If you are novel to concurrent programming, you can read the Concurrency 101 guide.