A-pythonenhancementgood first issuerust
Metriche repository
- Star
- (6582 star)
- Metriche merge PR
- (Merge medio 6g 1h) (219 PR mergiate in 30 g)
Descrizione
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?