Hi,
I need to implement a multithreaded pipeline for a real-time application. TBB was a good candidate for that until I found out that its task-scheduler is unfair which makes it unsuitable for real-time applications. Do you have any recommendation on how to implement efficiently such a pipeline in C++ ?
Best regards,
Velvia