This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Rust for Swift devs: The type system, Part 5. Both Rust and Swift now gate cross-thread data sharing at compile time: Rust through Send and Sync auto traits and the Arc<Mutex<T>> recipe, Swift through Sendable and the actor primitive. The fifth post in the Rust-for-Swift-devs series maps each Swift Concurrency mechanism onto its Rust counterpart, then walks async/await with Tokio 1.x and the parts…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.