Sleds/slocr
2025-03-13 15:28:38 -06:00
..
nuance-omnipage-csdk-19.2-15521.100 Initial commit part 2 2025-03-13 15:28:38 -06:00
CondVar.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
CondVar.h Initial commit part 2 2025-03-13 15:28:38 -06:00
Global.h Initial commit part 2 2025-03-13 15:28:38 -06:00
License_Key_Summary_8128863_190416.csv Initial commit part 2 2025-03-13 15:28:38 -06:00
License_Key_Summary_README Initial commit part 2 2025-03-13 15:28:38 -06:00
Makefile Initial commit part 2 2025-03-13 15:28:38 -06:00
Mutex.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
Mutex.h Initial commit part 2 2025-03-13 15:28:38 -06:00
nuanceocr.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
nuanceocr.h Initial commit part 2 2025-03-13 15:28:38 -06:00
OCRArg.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
OCRArg.h Initial commit part 2 2025-03-13 15:28:38 -06:00
ocrbase.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
ocrbase.h Initial commit part 2 2025-03-13 15:28:38 -06:00
README.md Initial commit part 2 2025-03-13 15:28:38 -06:00
sequencelogic-ocr_main.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
sequencelogic-run-ocr.sh Initial commit part 2 2025-03-13 15:28:38 -06:00
sequencelogic.h Initial commit part 2 2025-03-13 15:28:38 -06:00
sequencelogic.lcxz Initial commit part 2 2025-03-13 15:28:38 -06:00
slocr.dox Initial commit part 2 2025-03-13 15:28:38 -06:00
Task.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
Task.h Initial commit part 2 2025-03-13 15:28:38 -06:00
threadpool_test.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
ThreadPool.cpp Initial commit part 2 2025-03-13 15:28:38 -06:00
ThreadPool.h Initial commit part 2 2025-03-13 15:28:38 -06:00
today.sh Initial commit part 2 2025-03-13 15:28:38 -06:00

threadpool

A very simple C++ threadpool based on POSIX threads (also known as pthreads). Sample usage is also provided in the test code.