Personal all-purpose utility library
Doyle Thai
19c427d756
Thread Bug: Incorrectly using && operator for while (DqnJobQueue_TryExecuteNextJob(queue) && !DqnJobQueue_AllJobsComplete(queue)) causing it to prematurely exit if the main thread has completed its work before other threads have completed the remainder. Should be using an || operator, so instead creating a helper function which encapsulates this functionality. |
||
---|---|---|
misc | ||
tests | ||
.clang-format | ||
.gitignore | ||
build.bat | ||
dqn_unit_test.cpp | ||
dqn.h | ||
makefile |