confidence93/async-crawler
Repository files navigation
I am very curious about the implementation mechanism of coroutines. It is single-threaded. Registering a callback () will achieve high concurrency (in general, Python ’s thread overhead is 50k and coroutines are around 3k), but this callback () is Where is it executed and where is it destroyed? I am very interested in these, and the outbreak happened to be at home, so I have this repository