syntax_sugar_python
syntax_sugar_python copied to clipboard
Support async/await using coroutine for concurrency syntax
something like below:
async def coro(n):
...
pipe(range(10)) | c[coro] * 3 | END