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 1dd9599 commit 7df27eeCopy full SHA for 7df27ee
src/async_utils/lru.py
@@ -51,7 +51,8 @@ class LRU[K, V]:
51
Use a threading lock to synchronize access if needed.
52
53
This is not locked automatically to avoid paying the cost
54
- in applications that do not share this across threads.
+ in applications that do not share this across threads or share
55
+ across threads in a way that would not require a lock.
56
57
Parameters
58
----------
0 commit comments