Using Rustlang’s Async Tokio Runtime for CPU-Bound Tasks
Despite the term
async
and its association with asynchronous network I/O, this blog post argues that the Tokio runtime at the heart of the Rustasync
ecosystem is also a good choice for CPU-heavy jobs such as those found in analytics engines.
Source: Using Rustlang’s Async Tokio Runtime for CPU-Bound Tasks, an article by Andrew Lamb.