IPC Shared memory std::sync
⚓ Rust 📅 2025-11-13 👤 surdeus 👁️ 4Working with a queue implemented in shared memory for synchronized access between two processes, i noticed that std::sync:condvar is not shared memory safe as it wraps the underlying futex in UnsafeCell.
Is there currently any mechanism in rusts std to facilitate synchronization across a shared memory space?
Thanks
1 post - 1 participant
🏷️ Rust_feed