We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edec8aa commit 9015185Copy full SHA for 9015185
README.md
@@ -2,6 +2,9 @@
2
3
Thread-safe Python collections: `ConcurrentBag`, `ConcurrentDictionary`, and `ConcurrentQueue`.
4
5
+Inspired from the amazing [C#'s concurrent collections](https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent?view=net-9.0).
6
+
7
8
## tl;dr
9
10
Python's built-in `list`, `dict`, and `deque` are thread-safe for some operations, but not all.
0 commit comments