C++ error handling, let’s abuse the co_await operator
Introduction Sometimes (very rarely :-p), errors may happen. It can be due to misuse from the user, it can be due to a system error, a corrupted, or a missing file. Errors can pop from everywhere. There are several ways to handle errors. In this article, we are going to see how coroutine may be […]
C++, coroutines (c++ coroutine, c++20, error-handling, expected)