Skip to content

Commit 4cf2109

Browse files
Added links
1 parent f8e3b45 commit 4cf2109

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ You can access all Python .py files directly here:
1818

1919
You can learn more about the book here:
2020

21-
* Coming soon
21+
* [Gumroad](https://superfastpython.gumroad.com/l/pppej)
22+
* [SuperFastPython](https://superfastpython.com/python-processpoolexecutor-jump-start/)
23+
* [Amazon Kindle](https://amzn.to/3zVKyfn)
24+
* [Amazon Paperback](https://amzn.to/3AoAixC)
25+
* [GoodReads](https://www.goodreads.com/book/show/61989087-python-processpoolexecutor-jump-start)
26+
* [Google Books](https://books.google.com/books/about?id=P2iBEAAAQBAJ)
27+
* [Google Play](https://play.google.com/store/books/details?id=P2iBEAAAQBAJ)
2228

2329
### Book Blurb
2430

@@ -40,7 +46,7 @@ You can learn more about the book here:
4046
>
4147
> * How to create process pools and when to use them.
4248
> * How to configure process pools including the number of workers.
43-
> * How to execute tasks with worker processes and handle for results.
49+
> * How to execute tasks with worker processes and handle results.
4450
> * How to execute tasks in the process pool asynchronously.
4551
> * How to query and get results from handles on asynchronous tasks called futures.
4652
> * How to wait on and manage diverse collections of asynchronous tasks.

0 commit comments

Comments
 (0)