cxx-async icon indicating copy to clipboard operation
cxx-async copied to clipboard

Add docs for examples/folly

Open Xuanwo opened this issue 1 year ago • 2 comments

@devillove084 spent a lot of time getting folly to work in CI. Would you like to add this to the documentation so our users can use folly on their own?

Xuanwo avatar Nov 12 '24 13:11 Xuanwo

As far as I know, the docs in README is out-of-date:

You will need a C++ compiler that implements the coroutines TS, which generally coincides with support for C++20. Some C++ compilers (e.g. Apple clang 13.0.0) that implement the coroutines TS crash when compiling Folly. It's also recommended to use libc++ instead of libstdc++, as the former has more complete support for coroutines.

Xuanwo avatar Nov 12 '24 13:11 Xuanwo

@Xuanwo Sorry I just noticed that there. No problem. I will reorganize new documents and Readme in the later.

devillove084 avatar Nov 23 '24 13:11 devillove084