A lightweight C++20 coroutines-based async/await framework designed with IO-bound tasks in mind.
- Minimal -- No external dependencies
- Modern -- Built on C++20 coroutines
TODO
Build:
bazel build //...:all
Run tests:
bazel test //...:all
Update LSP:
bazel run @hedron_compile_commands//:refresh_all