Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PyO3 functions as async function #818

Open
eddyxu opened this issue May 1, 2023 · 1 comment
Open

Make PyO3 functions as async function #818

eddyxu opened this issue May 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers python rust Rust related tasks

Comments

@eddyxu
Copy link
Contributor

eddyxu commented May 1, 2023

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?

@eddyxu eddyxu added enhancement New feature or request good first issue Good for newcomers python rust Rust related tasks labels May 1, 2023
@changhiskhan
Copy link
Contributor

this is one way to solve #736

@eddyxu eddyxu assigned eddyxu and unassigned wjones127 Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers python rust Rust related tasks
Projects
None yet
Development

No branches or pull requests

3 participants