views:

22

answers:

0

Hi,

I am spawning multiple worker threads from a main thread. Can I create message_queue for each thread from the main thread and send messages from the main thread. Am I asking this because message queues are meant for interprocess communication.

Do I need to consider anything specific regarding this