SObjectizer Tales – 19. Thread-safe handlers--Marco Arena
A new episode of the series about SObjectizer and message passing:
SObjectizer Tales – 19. Thread-safe handlers
by Marco Arena
From the article:
In this episode we explore thread-safe message handlers and revisit the problem of distributing work across multiple threads.

A new episode of the series about SObjectizer and message passing:
A new episode of the series about SObjectizer and message passing:
In this post, we'll dive into implementing this technique in C++17 and then explore how it evolves with the application of C++20 concepts to the code. The goal is to simplify the code by eliminating the need for cumbersome constructs like enable_if and introduce further improvements in C++23.