Introduction to folly::coro
mainfolly::coro is an asynchronous C++ framework built on C++20 coroutines. It provides a developer-friendly way to write asynchronous code with better performance than folly::Future. It is fully compatible with folly::Future and folly::SemiFuture and includes asynchronous synchronization primitives like coro::Baton, coro::Mutex, and coro::SharedMutex.