From 2572292b0a72b351a8a6c774769d4b572e4106fc Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 28 Mar 2022 11:22:54 +0100 Subject: [PATCH] Add link to my book --- boilerplates-concurrency/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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