dw-thread-pool

ThreadPool library

A simple, header-only thread pool library for managing tasks and worker threads.

A simple, header-only, dependency-free, C++ 11 based ThreadPool library.

GitHub

33 stars
3 watching
6 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list

jobsystemtask-schedulerthread-pool

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
fdhvdu/threadpool A thread pool implementation providing exception-safety and performance for concurrent task execution 131
tyler-hardin/thread_pool A thread pool implementation using C++20 primitives and optional priority queue support for POSIX systems. 82
josdejong/workerpool A library that provides a thread pool implementation to efficiently manage concurrent tasks in JavaScript applications. 2,108
shettyh/threadpool An efficient and scalable thread pool implementation for concurrent task execution 102
bshoshany/thread-pool A lightweight and easy-to-use C++17 thread pool library for concurrent programming. 2,252
developerpaul123/thread-pool A lightweight thread pool library with high-performance capabilities 470
chunelfeng/cthreadpool A simple and high-performance C++ threadpool with cross-platform support 353
pithikos/c-thread-pool A minimal but powerful threadpool implementation in ANSI C 2,118
mtrebi/thread-pool A C++ implementation of a thread pool for concurrent task execution 1,156
mbrossard/threadpool A C implementation of a thread pool that can be used to manage and execute tasks concurrently. 858
xxjwxc/gowp A library that provides a concurrency limiting goroutine pool for efficient task execution and management. 519
inkooboo/thread-pool-cpp A high-performance C++11 thread pool with support for multiple scheduling strategies and benchmarked against a Boost.Asio-based implementation. 569
mikra01/timerpool Library providing a thread-safe timer management system. 8
status-im/nim-taskpools A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. 101
qnope/man A concurrent task execution framework written in C++17 6