diff --git a/boilerplates-concurrency/README.md b/boilerplates-concurrency/README.md index dbe6515..6ba3253 100644 --- a/boilerplates-concurrency/README.md +++ b/boilerplates-concurrency/README.md @@ -1,5 +1,10 @@ ## Concurrency and Parallelism in Python +
+ +* [Read a detailed explanation on threads and multiprocessing in Python in my book](https://github.com/bt3gl-labs/Book-on-Python-and-Algorithms/blob/master/book/ebook_pdf/book_second_edition.pdf) + +
### Threading