A-pythonenhancementgood first issuerust
倉庫指標
- Star
- (6,582 star)
- PR 合併指標
- (平均合併 6天 1小時) (30 天內合併 219 個 PR)
描述
Problem
Pyo3 can support async calls.
https://pyo3.rs/v0.13.2/ecosystem/async-await.html .
Because our rust APIs are all async calls, it is probably cheaper to directly implement them as async call from Python side?