Skip to main content

Search

Items tagged with: async


Ever wondered how to use synchronous code in your async Rust application? 🦀

🌀 I found a great article: "Tokio - Bridging with Sync Code"

🔥 It also explains what `#[tokio::main]` expands to.

➡️ Read it here: tokio.rs/tokio/topics/bridging

#rustlang #async #programming #tokio #sync #tips #development #article