tlanc007 / coroutine-tsLinks
misc. notes on C++ experimental coroutine under clang/llvm 5 and 6
☆18Updated 8 years ago
Alternatives and similar repositories for coroutine-ts
Users that are interested in coroutine-ts are comparing it to the libraries listed below
Sorting:
- Library for extracting stacktrace from exception.☆48Updated 2 years ago
- Continuations for C++ std::future<> types☆53Updated 2 years ago
- Trying out the Coroutines TS☆20Updated 5 years ago
- An implementation of jss::object_ptr; a type similar to std::observer_ptr but with a few improvements☆34Updated 5 years ago
- C++14 code to convert integers to strings at compile-time☆121Updated last year
- Single-header library facilities for C++2a Coroutines☆81Updated 3 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 5 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆40Updated 2 months ago
- C++ to C++ code generation tool (enum2string conversion, serialization, reflection etc.)☆98Updated 6 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- C++ generic make factory☆108Updated 6 years ago
- Literal Logging for C++☆86Updated 8 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …