A review of the Seastar framework
Seastar - Asynchronous C++ framework
By Roman Gershman
From the article:
Seastar shows the true potential of the hardware it utilizes. It has lots of pre-built constructs to cover many synchronization scenarios and I think it’s a perfect candidate to analyze how futures and continuations code might look in C++.
Add a Comment
Comments are closed.