jamboree / actLinks
ASIO Cooperative Task for await-based coroutine
☆15Updated 6 years ago
Alternatives and similar repositories for act
Users that are interested in act are comparing it to the libraries listed below
Sorting:
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Chromium DevTools remote for C++☆11Updated 7 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- C# async/await in C++. Legacy implementation, check out CppAsync instead!☆28Updated 9 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- Library containing high-performance datastructures and utilities for C++☆74Updated 8 years ago
- ☆31Updated 9 years ago
- Cross-platform C++ library for fast binary and REST messaging☆43Updated 5 years ago
- Type safe "Keep it simple, stupid" text templates for C++☆39Updated 8 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- A generic event dispatcher and listener implemented in c++☆20Updated 8 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- M:N fiber implementation, with transparent IO reactor and timeouts, POSIX like APIs.☆16Updated 13 years ago
- A minimalist approach to parsing JSON properly using SpiritV2☆10Updated 10 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Asynchronous Database Library based on Asio☆14Updated 5 years ago
- C++ remote library☆24Updated 10 years ago
- A header-only, modern C++, library for terminal colours and cursor manipulation☆17Updated 7 years ago
- Cleaned up version of <https://bitbucket.org/martinhofernandes/wheels/>☆27Updated 9 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Full emulation of await feature from C# language in C++ based on Stackful Coroutines from Boost.Coroutine library.☆19Updated 10 years ago
- Header file only filesystem library similar to boost::filesystem, but more light-weight. Supports both Windows and POSIX filesystem APIs…☆11Updated 15 years ago
- A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11☆27Updated 10 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago
- Go-style coroutines and channels for C++