We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fd9f0 commit 4c0ebfeCopy full SHA for 4c0ebfe
1 file changed
README.md
@@ -1,3 +1,4 @@
1
+# Python Concurrent (thread-safe) collections
2
## tl;dr
3
4
Python's built-in `list`, `dict`, and `deque` are thread-safe for some operations, but not all.
0 commit comments