9. Concurrent patterns (part 2) - FanIn/FanOut - Python code

preview_player
Показать описание
Now it is time to implement the same idea in Python using asyncio.
The results we get are similar to Golang's part.
But it is crucial to understand that, Golang code can be run in a true parallel manner, in contrast the asyncio is not a parallel run but the concurrent run.
The video is great to learn some asyncio techniques comparing the same thing to Golang's channels and goroutines.

Рекомендации по теме
visit shbcf.ru