Create a future with coroutine in C++
I didn’t write on this blog for years now. Here is what I am doing right now. I am a C++ software engineer in Diagdev, a hematology-related company based in the south of France near Montpellier. I also developed a little library: Little Type Library. The goal of this library is to add range and […]
C++
(C++, coroutine)
Multithreading in an expressive way with monadic expression
Hi, there is a long time I have not written anything, sorry for that! I planned to write several articles during these few next weeks. This article will deal with multithreading. Introduction In a lot of articles, we can read that multithreading is not easy, and other things like that. In this article, we will […]
C++
(C++, C++14, C++17, monadic, multithread, multithreading, SFINAE)
Range : Be expressive using smart iterators with Range based containers
Hi ! Today I am not going to talk about rendering. This article will deal with expressiveness in C++. Expressiveness? Yes, but about containers, range, and iterators. If you want to know more about writing expressive code in C++, I advise you to go on fluentcpp. If you want to know more about range, I […]
C++
(C++, clean code, expressive, iterator, Range, SFINAE, stl)