Thread Pools in Python - Asynchronous Programming

preview_player
Показать описание
In this video, we learn how to use thread pools in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Dang it! It's brilliant, omg. I was stuck with the multithreading for several days until I found this video. It helps me a lot. Thank you, sir!

ducnamhoang
Автор

I needed to learn asynchronous programming in really short time period due to a deadline, and this video helped me a lot. Thank you very much.

sergeysavtalyan
Автор

Lol I just learnt about thread pools and reentrant locks in Java 2 days ago and now you make a video about thread pools in Python.
What a coincidence!

oguzhantopaloglu
Автор

Best video I've seen on the topic. Thanks!

discoline
Автор

can you please turn your intro music down?!?!? or turn up the volume after the intro when the video starts...thanks for everything you do

quitethecontrary
Автор

What if an error occur in worker how to handle that?

qpxlxmn
Автор

What about iterating through a list and dynamically scheduling to the pool for each index value?

davidchait
Автор

Will it use more cores, or just a single core and those threads will be executed on it ?

nocopyrightgameplaystockvi
Автор

What about stopping/cancelling a running future?

nusozgr