alibaba / pipcook

Machine learning platform for Web developers

Home Page:https://alibaba.github.io/pipcook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boa: support async functions from Python

yorkie opened this issue · comments

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

See fridgerator/PyNode#25 for details.