Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
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!
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.
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!
Ayy I didn’t expect to see a turkish fella here!
Best video I've seen on the topic. Thanks!
Again a very useful video !!!!!!
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
The best!
Thanks for tutorial
Thank you!
Thanks mate.
What about iterating through a list and dynamically scheduling to the pool for each index value?
Thanks
What about stopping/cancelling a running future?
What if an error occur in worker how to handle that?
Great job.
Will it use more cores, or just a single core and those threads will be executed on it ?
Python will only use one core.You would need a process Pool for that.If you want to know why, look into the Gil.
Thx_.
👍
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!
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.
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!
Ayy I didn’t expect to see a turkish fella here!
Best video I've seen on the topic. Thanks!
Again a very useful video !!!!!!
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
The best!
Thanks for tutorial
Thank you!
Thanks mate.
What about iterating through a list and dynamically scheduling to the pool for each index value?
Thanks
What about stopping/cancelling a running future?
What if an error occur in worker how to handle that?
Great job.
Will it use more cores, or just a single core and those threads will be executed on it ?
Python will only use one core.
You would need a process Pool for that.
If you want to know why, look into the Gil.
Thx_.
👍