rpz80 / cfLinks
Composable C++ futures
☆32Updated 4 years ago
Alternatives and similar repositories for cf
Users that are interested in cf are comparing it to the libraries listed below
Sorting:
- A proposal for a executor programming model for ISO C++☆141Updated 5 years ago
- C++ generic make factory☆108Updated 6 years ago
- Futures and thread pool for C++ (with optional Qt support)☆131Updated 4 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 7 months ago
- Session-based Beast/Asio wrapper requiring C++14☆67Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 4 months ago
- Fast containers of polymorphic objects.☆68Updated this week
- A lightweight, non-owning reference to a callable.☆177Updated 4 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆161Updated 6 months ago
- A bunch of small C++ utilities☆66Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- SPY - C++ Information Broker☆157Updated last month
- Proposed SG14 status_code for the C++ standard☆68Updated 4 months ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆45Updated last month
- Header-only library for multithreaded programming☆236Updated 5 months ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- modern C++ type traits and metafunctions for callable types☆136Updated last month
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆247Updated 7 months ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml l…☆199Updated 2 years ago
- Finite State Machine implementation using std::variant