Async++ unknown
Async (co_await/co_return) code for C++
|
Provides a main function running a simple_dispatcher and awaits the function async_main, stopping after it is done. More...
#include <asyncpp/fire_and_forget.h>
#include <asyncpp/simple_dispatcher.h>
#include <asyncpp/task.h>
Go to the source code of this file.
Functions | |
asyncpp::task< int > | async_main (int argc, const char **argv) |
int | main (int argc, const char **argv) |
Provides a main function running a simple_dispatcher and awaits the function async_main, stopping after it is done.