Structsยง
- ShmWriter
- An implementation of the Writer which access a persistent channel through
memory mapping, and uses a specific DataFormat. A
ShmWritermust be created using the shm_writer function. AnyShmWriterexclusively holds the channel is bound to, and it is not thread safe. If multiple threads must write into a channel they should be externally synchronized.