Python 3 - Episode 45 - Thread Pools

preview_player
Показать описание
In this video series we will cover Python 3. In this video we will work with thread pools via the ThreadPoolExecutor, which are much more efficient than working with single threads.

Python 3 youtube videos by Bryan Cairns

Intro: (0:00)
Imports: (1:59)
Test function: (3:48)
Main function: (7:13)
Outro: (13:03)
Рекомендации по теме
Комментарии
Автор

How to use this for passing one function in one thread

priyankalatambale
Автор

How can I keep threads alive and repeat another thread when an earier thread dies?

iidtxbc
Автор

Hello, may I ask since I'm a beginner, what IDE do you use?

zainaothman