Thoughts on Monads and Futures in C++
C++17: I See a Monad in Your Future!
by Bartosz Milewski
From the Article:
If you thought you were safe from functional programming in your cozy C++ niche, think again! First the lambdas and function objects and now the monad camouflaged as std::future. But do not despair, it’s all just patterns. You won’t find them in the Gang of Four book, but once you see them, they will become obvious.
Add a Comment
Comments are closed.