Cluster computing #6948
Unanswered
dineshbvadhia
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That is not what Tokio does. It's like asking "does Python's asyncio library support distributed computing?". The answer is that ... well, if you were to build a distributed computing library for Rust, that library would be very likely to use Tokio. But Tokio itself does not do that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm from a Python server development background and new to Rust and Tokio. I need a cluster computing framework with a master and long-lived workers architecture (eg. a rust equivalent of Dask Distributed in the Python world) which can scale from a multi-core cpu laptop to a cluster of servers. Does Tokio support this?
Beta Was this translation helpful? Give feedback.
All reactions