|
|
|
|
|
by coldtea
1440 days ago
|
|
>What has GIL to do with the thread model vs asyncio? Obviously the fact that the GIL prevents effient use of threads, so asyncio becomes the way to get more load from a single CPU by taking advantage of the otherwise blocking time. |
|