C++20 introduced synchronized streams. Multiple synchronized streams can be used to write to a single destination stream without introducing data races or interleaving as long as all accesses to that stream are through a synchronized stream. Compiler Explorer link: https://lnkd.in/e7-RjYFu #cpp #cplusplus #coding #programming #dailybiteofcpp
We don't have main method. Where and how and in what order do we call them?
What a great feature. Can these synchronized streams be used on a higher level abstraction, like synchronized network streams?