thread-pool topic

List thread-pool repositories
trafficstars

TaskManager

99
Stars
21
Forks
Watchers

A C++14 Task Manager / Scheduler

Lazy

110
Stars
3
Forks
Watchers

Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.

thread_pool

81
Stars
13
Forks
Watchers

Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.

super-workers

94
Stars
13
Forks
Watchers

:horse: Distribute load on front-end via parallelism

LFTPool

75
Stars
49
Forks
Watchers

Lock-Free Thread Pool

pthread_pool

77
Stars
26
Forks
Watchers

A simple implementation of thread pooling for C/C++ using POSIX threads

Vutils

66
Stars
24
Forks
Watchers

Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler.

util

22
Stars
9
Forks
Watchers

封装了一些Java常用的功能

combine

26
Stars
6
Forks
Watchers

A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API