A-pythonenhancementgood first issuerust
Repository metrics
- Stars
- (6,582 stars)
- PR merge metrics
- (平均マージ 6d 1h) (30d で 219 merged PRs)
説明
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?