Make PyO3 functions as async function #818
Labels
enhancement
New feature or request
good first issue
Good for newcomers
python
rust
Rust related tasks
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?
The text was updated successfully, but these errors were encountered: