This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
until C++20 to build this with CL (MSVC) | |
/await compiler switch is required | |
*/ | |
#include <future> | |
#include <iostream> | |
#ifndef __cpp_coroutines |