Skip to content

Commit 717437c

Browse files
authored
Update README.md
1 parent fa08431 commit 717437c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Python Concurrent (thread-safe) collections
2+
3+
Tests status:
4+
![Run all tests](https://github.com/alelom/python-concurrentCollections/actions/workflows/python-package.yml/badge.svg)
5+
26
## tl;dr
37

48
Despite what many people think, Python's built-in `list`, `dict`, and `deque` are thread-safe for [_some operations_, but not all](https://docs.python.org/3/faq/library.html#what-kinds-of-global-value-mutation-are-thread-safe). This created a lot of confusion in the Python community.

0 commit comments

Comments
 (0)