Loose Coupling and Communication in Reactive Systems in C++14

Abstract

This bachelor’s thesis explores the use of different communication and event distribution techniques to achieve loose coupling in reactive systems. Several implementations for various communication models as well as variations on traditional communication design patterns are supplied in modern C++14 code. Const correctness and the use of smart pointers are part of the standard used in this bachelor’s thesis.