Šimon Tóth’s Post

View profile for Šimon Tóth

C++ Educational Content Creator | 20 years of Software Engineering experience distilled into digestible daily posts

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

  • text

What a great feature. Can these synchronized streams be used on a higher level abstraction, like synchronized network streams?

Like
Reply

We don't have main method. Where and how and in what order do we call them?

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories