News

This project is a preprocessor for C++20 coroutine functions. In the current C++20 coroutine standard, the main coroutine function can only call/wait for other coroutines through co_await, which will ...