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