We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1edd0d commit 4536cebCopy full SHA for 4536ceb
src/async_utils/_nm_building_blocks.py
@@ -90,7 +90,7 @@ async def __aexit__(self, *dont_care: object) -> None:
90
self._lock.release()
91
92
93
-class NMSemaphore:
+class NMSemaphore_v1:
94
__final__ = True
95
__slots__ = ("_lock", "_value", "_waiters")
96
0 commit comments