alibaba/pipcook

boa: support async functions from Python

Open

#615 opened on Oct 16, 2020

 (0 comments) (0 reactions) (0 assignees)TypeScript (211 forks)github user discovery
boagood first issue

Repository metrics

Stars
 (2,595 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

async def sub(a, b):
  return a - b

See https://github.com/fridgerator/PyNode/issues/25 for details.

Contributor guide