an algo will write points to fifo. Appx every second
an algo will write points to fifo. Appx every second
If the thread only reads data, maybe it's enough to do a blocking (temporary) read in the other thread without any need for other sync mechanisms. "waitForReadyRead" may be helpfull here.
Bookmarks