How do I implement a one way message queue using C++ threads?

前端 未结 0 1101
无人共我
无人共我 2021-01-05 21:04

Essentially my app spawns a few threads and wants to send messages to them each (messages are fixed to 64 bytes).

Do I want to use std::condition_variable for the mes

相关标签:
回答
  • 消灭零回复
提交回复
热议问题