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

rust tasks #352

Open
goodboy opened this issue Mar 22, 2023 · 0 comments
Open

rust tasks #352

goodboy opened this issue Mar 22, 2023 · 0 comments

Comments

@goodboy
Copy link
Owner

goodboy commented Mar 22, 2023

Extremely interested in the idea of supporting direct spawn of async
rust tasks (maybe in a diff thread) in our actor tree and even
further
eventually having a rust-native nursery API both for
parallel threads and possibly (with less initial priotiy) async
IO tasks.

Given python and rust seem to be best friends these days i'm thinking
this would be a mega killer feature:
https://github.com/PyO3/pyo3#examples

Ideally we get to a point where you easily convert some async python
function into a rust equivalent without a ton of effort and allow more
or less running rust based parallel tasks in-actor-tree B)


Research launch pad:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant