Skip to content

Commit 4536ceb

Browse files
committed
Queues
1 parent c1edd0d commit 4536ceb

File tree

3 files changed

+689
-4
lines changed

3 files changed

+689
-4
lines changed

src/async_utils/_nm_building_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def __aexit__(self, *dont_care: object) -> None:
9090
self._lock.release()
9191

9292

93-
class NMSemaphore:
93+
class NMSemaphore_v1:
9494
__final__ = True
9595
__slots__ = ("_lock", "_value", "_waiters")
9696

0 commit comments

Comments
 (0)