Sending type that is !Send
⚓ Rust 📅 2025-07-10 👤 surdeus 👁️ 16Hi guys,
How to send a type, that is not send? I've tried:
Arc<RwLock>//no go
Arc<Mutex>//no go
Which surprised me a lot, as I thought that it is the way to send types that do not implement Send trait.
6 posts - 4 participants
🏷️ rust_feed