shared_memory
shared_memory copied to clipboard
Add support for read-only mapping
This is for example useful for a producer/consumer use-case, where the consumer is not permitted to modify the data.
What do you think about adding an assert!(self.config.writable) to Shmem::as_slice_mut?
@elast0ny Friendly ping :)