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