We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3686 commit ce2bcefCopy full SHA for ce2bcef
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# concurrent_collections
+# Python Concurrent (thread-safe) collections
2
3
Thread-safe Python collections: `ConcurrentBag`, `ConcurrentDictionary`, and `ConcurrentQueue`.
4
@@ -74,4 +74,4 @@ print(q.popleft()) # 0
74
75
## License
76
77
-MIT License
+MIT License
0 commit comments