IPC Shared memory std::sync

⚓ Rust    📅 2025-11-13    👤 surdeus    👁️ 4      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: IPC Shared memory std::sync

Working 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

Read full topic

🏷️ Rust_feed