tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
229 stars 329 forks source link

bridging: Also discuss `spawn_blocking` #621

Closed cgwalters closed 2 years ago

cgwalters commented 2 years ago

This page is currently mostly oriented towards discussing how to handle a smaller asynchronous portion of a largely synchronous code.

Users finding this page may be looking for the opposite case which is discussed in the spawn_blocking docs.

There's obviously crossover here and we could discuss both perhaps, but my initial goal here is to just cross-link things.