blob: 15add1531501aa4fc7cde1e98be7db0a1fda39c7 (
plain)
1
2
3
|
Improved reprs of :mod:`threading` synchronization objects:
:class:`~threading.Semaphore`, :class:`~threading.BoundedSemaphore`,
:class:`~threading.Event` and :class:`~threading.Barrier`.
|