C++17: I See a Monad in Your Future!
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.


Did you know that
As the community continues to absorb the new modern C++ features, we'd like to share this brief and accessible overview: