I am trying to use boost :: interprocess :: message_queue to send messages from one process to another and complete the sender code. I'm wondering if this message queue is safe, but I haven’t found an official announcement about it, and among the related questions in the stackoverflow community, there are only answers about whether shared resources in boost :: interprocess are thread safe that don't mention message_queue .
Thanks in advance.
source
share