So....
I'm starting the two threads from the GUI thread, called DeckSimulator.
I call:
Qt Code:
To copy to clipboard, switch view to plain text mode
in the constructor of DeckSimulator
That's starts them on there own thread. Right? Or do I need to start the thread when I call SendPacket(from Messager) and DecodePacket(from Decoder). Like in the Mandalbrot example.




Reply With Quote
Bookmarks