Change #262132
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Mon 23 Mar 2026 23:03:58 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 6f9f4b3cb777633a40ca0d6746843b428a0390b6 |
Comments
lib: add thread pool and queue - new source files for thread pool and queue - test cases 3217 and 3218 for them - internal documentation Closes #20916
Changed files
- docs/Makefile.am
- docs/internals/THRDPOOL+QUEUE.md
- lib/Makefile.inc
- lib/curl_threads.c
- lib/curl_threads.h
- lib/curl_trc.c
- lib/curl_trc.h
- lib/memdebug.c
- lib/thrdpool.c
- lib/thrdpool.h
- lib/thrdqueue.c
- lib/thrdqueue.h
- tests/data/Makefile.am
- tests/data/test3300
- tests/data/test3301
- tests/unit/Makefile.inc
- tests/unit/unit3300.c
- tests/unit/unit3301.c