alxvasilev / cpp-promise
Javascript-like promises for C++ in a lightweight single header library
☆23Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for cpp-promise
- CppProperties is a single header libaray for enabling the property system architecture☆38Updated 4 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 5 years ago
- Massively Multiplayer Online Blackjack Game using Boost.Beast☆2Updated 4 years ago
- A simple C++11 signal/slot (event/delegate) implementation based on Fast C++ Delegates☆42Updated 6 years ago
- easy to use callback library for C++☆39Updated 7 years ago
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- A C++ ringbuffer that always looks like a flat array☆81Updated 4 years ago
- A C++ library that implements the WhatWG URL specification☆58Updated 11 months ago
- C++14 compatible observer pattern / signal slot pattern that can ignore extra parameters like Qt's signals and slots.☆16Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- cpp-netlib URI☆139Updated 4 years ago
- A simple implementation of a MessageBus.☆26Updated 9 months ago
- C++ asynchronous promises like a Promises/A+