syntax_sugar_python icon indicating copy to clipboard operation
syntax_sugar_python copied to clipboard

Support async/await using coroutine for concurrency syntax

Open czheo opened this issue 8 years ago • 0 comments

something like below:

async def coro(n):
    ...

pipe(range(10)) | c[coro] * 3 | END

czheo avatar Oct 29 '17 13:10 czheo