alibaba/pipcook

boa: support async functions from Python

Open

#615 opened on Oct 16, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (212 forks)github user discovery
boagood first issue

Repository metrics

Stars
 (2,591 stars)
PR merge metrics
 (PR metrics pending)

Description

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

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

Contributor guide