issues
search
bshoshany
/
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
MIT License
2.21k
stars
253
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[REQ] Possibility of Naming Threads?
#156
ClayJay3
closed
1 day ago
2
Add "Installing using CMake without CPM" to README.md.
#155
ryouze
closed
3 days ago
3
[TEST] test program failed to compile
#154
AlexanderBarnt
closed
1 month ago
1
[REQ] Is that possible to update the priority ?
#153
JD31
closed
1 month ago
1
[REQ] need a uninit_task parameter for thread_pool
#152
debuggingbug
closed
4 months ago
1
[BUG] new Microsoft Visual C++ 2015-2022 Redistributable requires #define _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR
#151
MDMS24
closed
5 months ago
4
[REQ] Rename Timer into TimeMeasure and providing a real timer class?
#150
faywong
closed
5 months ago
1
[BUG] Task is not shared between threads, but instead badly duplicated.
#149
mcourteaux
closed
5 months ago
11
Support C++20 module with optional standard library module
#148
stripe2933
closed
6 months ago
3
[BUG] Thread pool is NOT avaliable when it was created.
#147
poor1017
closed
6 months ago
1
[REQ] Wait on any task in multi_future and thread_pool
#146
nolankramer
closed
7 months ago
2
Get rid of shared pointer for submitted tasks promises
#145
NewbiZ
closed
7 months ago
1
[REQ] Add compiler flag/define to make threadpool use a stack instead of queue
#144
MrGroover007
closed
7 months ago
3
[REQ] Explain destructor behavior for thread_pool
#143
MakotoE
closed
8 months ago
4
[REQ] does this library support recursive/nested tasks?
#142
wkjarosz
closed
8 months ago
5
[REQ] ability to set threads to 0, and have everything execute serially
#141
wkjarosz
closed
8 months ago
3
[REQ] Can the threads in a pool be pinned to specific cores?
#140
pauljurczak
closed
10 months ago
1
[REQ] Allow compiling with exceptions disabled.
#139
mokafolio
closed
10 months ago
8
[REQ] Q?
#138
drdbrr
closed
10 months ago
1
Error linking with version 4.0.0
#137
Oberonc
closed
10 months ago
1
Place private classes at head of file
#136
Oberonc
closed
10 months ago
2
Support Task Prepending (executing higher priority tasks first)
#135
Oberonc
closed
10 months ago
1
[BUG ?] multiple definitions get_index, get_pool link fails with VS 2022
#134
Nelson-numerical-software
closed
10 months ago
4
Fix warnings caught by gcc's -Wuseless-cast option
#133
cgkantidis
closed
10 months ago
1
[REQ] Document unexpected cleanup of tasks in worker
#132
BestITUserEUW
closed
11 months ago
1
push_loop balances iterations more fairly #130
#131
sprkrd
closed
11 months ago
1
[REQ] Balanced workload for push_loop
#130
sprkrd
closed
11 months ago
1
Add task destroying to task processing.
#129
risa2000
closed
11 months ago
3
Task Priority
#128
Causeless
closed
11 months ago
4
Performance very slow
#127
diffproject
closed
12 months ago
1
[REQ] Getting thread ids
#126
klytje
closed
1 year ago
3
[BUG] shared_ptr is not being copied in parallelize_loop
#125
recsater
closed
1 year ago
6
[REQ] worker keeps its task alive for longer than required
#124
Iunave
closed
1 year ago
1
[BUG]
#123
PengBo410
closed
1 year ago
4
Thread priority class
#122
IlTeo285
closed
1 year ago
1
[BUG] Invalid range expression of type 'multi_future<int>'; no viable 'begin' function available
#121
recsater
closed
1 year ago
2
Bug: paused pool does a hidden busy loop
#120
guilhermelawless
closed
1 year ago
1
[REQ] Run function on all threads
#119
lgs-baada
closed
1 year ago
1
Consolidation
#118
Quasar-Nova-Ironfist
closed
1 year ago
0
push_task and submit overloads.
#117
Quasar-Nova-Ironfist
closed
1 year ago
1
How to create a thread pool for infinite execution ?
#116
d3hydr8
closed
1 year ago
1
nesting thread pool not work
#115
wyfSunflower
closed
1 year ago
1
[REQ] Request for Adding Hook Interfaces for Custom Code Injection
#114
Wzzzx
closed
1 year ago
1
[REQ] cpuaff integration
#113
yanzixiang
closed
1 year ago
3
Is the pool itself thread-safe?
#112
asceenl
closed
1 year ago
1
README.md: fix size badge
#111
v1993
closed
1 year ago
1
[BUG] Deadlock if wait_for_tasks() is called concurrently
#110
alugowski
closed
1 year ago
7
[REQ]Cpp14 compliance
#109
d-wang03
closed
1 year ago
1
Fix pool shutdown deadlock
#108
alugowski
closed
1 year ago
1
Threadpool create/destroy deadlock [BUG]
#107
alugowski
closed
1 year ago
7
Next