Esempio n. 1
0
 async def process2():
     return [i async for i in amap(inc, afilter(even, [0, 1, 2, 3, 4]))]
Esempio n. 2
0
 async def process():
     return [i async for i in afilter(even, [0, 1, 2, 3, 4])]