File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,13 @@ You can access all Python .py files directly here:
1818
1919You 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.
You can’t perform that action at this time.
0 commit comments