@tactif wrote:
Hi all, my app need to create and join several worker threads at once... I'm digging the documentation and ofxaddons but I didn't found something like a Poco::ThreadPool
For now I'm using Poco::Task and Poco::ThreadPool but I wonder if there is a simpler solution that dealing with Poco myself (I'm having issues with Poco::NotificationQueue, which delete itself the Notifications while I would like to do it myself). I would prefer to rollback to ofThread and ofThreadChannel but I don't know how to join several threads...
Any idea ?
Posts: 2
Participants: 1