Quantcast
Channel: Bartek's coding blog
Viewing all articles
Browse latest Browse all 325

Threading in C++17: Loopers & Dispatchers

$
0
0

Threading and Loopers, C++17

Multithreading is a tough nut in software development. Not just because there are dozens of ways to approach a single problem, but also since one can get so many things wrong.

In this article, I want to present how to realize the concept of a Looper with Dispatchers in C++17.

Read more...

Viewing all articles
Browse latest Browse all 325

Trending Articles