1
0
mirror of https://github.com/bshoshany/thread-pool.git synced 2026-07-21 19:13:00 +04:00

Updated to v4.0.0

This commit is contained in:
Barak Shoshany
2023-12-27 12:29:58 -05:00
parent cabb3df587
commit ff95929999
12 changed files with 4563 additions and 2557 deletions
+4
View File
@@ -10,6 +10,10 @@ What does your pull request fix or add to the library?
Have you formatted your code using the `.clang-format` file attached to this project?
**Linting**
Have you linted your code using the `.clang-tidy` file attached to this project?
**Testing**
Have you tested the new code using the provided automated test program `BS_thread_pool_test.cpp` (preferably with the provided multi-compiler test script `BS_thread_pool_test.ps1`) and/or performed any other tests to ensure that the new code works correctly?