chriskohlhoff / networking-ts-impl
An implementation of the C++ Networking Technical Specification
☆231Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for networking-ts-impl
- The draft C++ Extensions for Networking Technical Specification☆90Updated 3 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- C++ library for executors☆494Updated 8 years ago
- LaTeX and Markdown source for the Ranges TS/STL2 and associated proposals☆88Updated 6 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆206Updated last year
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆156Updated 6 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago
- The draft C++ Library Concurrency Technical Specification☆71Updated 9 years ago
- The draft C++ Library Fundamentals Technical Specification☆111Updated 6 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆145Updated 6 months ago
- A reference implementation for a modern C++ client interface☆92Updated 6 years ago
- Boost::ASIO low-level redis client (connector)☆146Updated last year
- Provides helper tools for creating RESTful services using Boost.Beast☆263Updated last year
- Adapters for interfacing libuv with C++ resumable functions☆114Updated 2 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆190Updated 3 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 5 months ago
- Generic observable objects and reactive expressions for C++☆297Updated 2 years ago
- Boost.Process is a library to manage system processes☆114Updated 2 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- Header-only library for multithreaded programming☆226Updated last month
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆273Updated last week
- C++11 metaprogramming library☆243Updated last week
- A polymorphic value-type for C++☆228Updated last year
- Technical Specification: Parallelism☆67Updated 2 years ago
- Pure C++17 Signals and Slots☆411Updated 2 years ago
- 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☆239Updated 5 months ago
- Coroutines for C++20 & asio☆228Updated last week
- nanorpc - lightweight RPC in pure C++ 17