Dear C++ Community,
for our October meetup we will have a very interesting talk from Mircea Ispas. It will be about designing a message bus for interprocess communication with type depended static dispatch. An outline is
• Context/Introduction:
- Strong dependencies between modules
- Changes from one module requires changes in other modules
- Different platforms have different APIs to implement similar behaviour
• Objectives
- Decouple modules
- Implement modules as independent services
• Solution
- The Observer pattern
- The Service Locator Pattern & MessageBus - make the observers global
The meeting will take place on 21. Oct as usual in the C-Base. We start at 7p.m, the talk will start at 8p.m.
for our October meetup we will have a very interesting talk from Mircea Ispas. It will be about designing a message bus for interprocess communication with type depended static dispatch. An outline is
• Context/Introduction:
- Strong dependencies between modules
- Changes from one module requires changes in other modules
- Different platforms have different APIs to implement similar behaviour
• Objectives
- Decouple modules
- Implement modules as independent services
• Solution
- The Observer pattern
- The Service Locator Pattern & MessageBus - make the observers global
The meeting will take place on 21. Oct as usual in the C-Base. We start at 7p.m, the talk will start at 8p.m.