#10 message queue: Three tasks application with producers and consumers
• Design a three task application with producers and consumers
• two producers (writers) which send data into the shared queue
• a consumer (reader) which receives each item and prints that
• challenge:
• What should be the priority of the reader so that it receives data immediately after a send, after one or two writers are able write to the queue (not just one writer)
0 件のコメント:
コメントを投稿