something like below: ``` python async def coro(n): ... pipe(range(10)) | c[coro] * 3 | END ```
something like below: