Any open source application that uses design patterns for multithreading?

I have a multi-threaded MFC application. But I do not want to have hacked code for streaming, as this will lead to the fact that headaches will support the system. Therefore, I am looking for the right patterns for stream code.

I read “Software Architecture with a Pattern”: patterns for parallel and network objects (POSA2) , but after this reading I can’t help but feel lost somewhere. I think I'd better take a look at a real application that uses these design patterns. This should not be an MFC application or a Windows application, as I want to look at using templates. Can you give any hint or advice on this?

+4
source share

Source: https://habr.com/ru/post/1387114/


All Articles