Python asyncio

Creator
Creator
Seonglae Cho
Created
Created
2020 Apr 29 6:57
Editor
Edited
Edited
2023 Oct 28 14:13

Slow
Python GIL
and idiot design compared with
Node JS
Node JS

so just use
nest_asyncio
erdewitUpdated 2024 Feb 14 18:46
event asynio does not support nesting
results = await asyncio.gather( *[func(*data) for data in data] )
 
 
 
 
 
 

Recommendations