vichargrave / threadsLinks
Example code from my Java Style Threads Class in C++ blog.
☆38Updated 4 years ago
Alternatives and similar repositories for threads
Users that are interested in threads are comparing it to the libraries listed below
Sorting:
- Example code from Multithreaded Work Queue in C++ blog.☆45Updated 4 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- Active Object snippets with C++11, C++03 and C++/Qt☆22Updated 7 years ago
- A single file C++11 header-only memory mapped file library.☆63Updated last year
- Single file embedded C++ web server☆94Updated 5 years ago
- A PostgreSQL client library written in Modern C++☆25Updated 5 years ago
- It's the 'Base' library of Chromium, including thread, memory, trace event and so on.☆18Updated 8 years ago
- Boost's circular_buffer module converted to use all C++11 STL primitives, making it free of Boost dependencies.☆11Updated 8 years ago
- MIF is a C++11 web-application framework designed for the backend micro-service development☆47Updated last year
- Simple demonstration of using Boost.Asio's basic_raw_socket template class to transmit packets with a custom transport layer header.☆31Updated 6 years ago
- A simple header-only C++11 std::string formatter☆43Updated 10 years ago
- C++ plugin framework☆52Updated 5 years ago
- Single C++ STL header wrapper for the SQLite3 db☆44Updated 5 years ago
- www.tntnet.org☆64Updated this week
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 2 years ago
- Lightweight C++ wrapper for LibEvent 2 API☆47Updated 7 years ago
- C++ runtime backtraces for windows, os x and linux☆34Updated 9 years ago
- Fiber and async I/O based network library☆8Updated 10 years ago
- A simple, lightweight c++ WebSockets server library☆133Updated 3 years ago
- An C++ serialization library☆10Updated 10 years ago
- ffmpeg c++ wrapper, designed to be an object oriented wrapper of the popular ffmpeg - GYP Module☆10Updated 8 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆18Updated 10 years ago
- C++11 signal/slot implementation☆78Updated 3 years ago
- RemoteCall C++ framework for IPC☆22Updated 3 weeks ago
- High performance HTTP library for Boost.Asio based on Joyent's http-parser and good intentions.☆15Updated 10 years ago
- Simple C++ event loop library☆55Updated 9 years ago
- C++ binding for nanomsg