Doyle Thai 19c427d756 Add opt. RAII-isms for destruction, fix thread bug
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.
2017-06-24 14:59:48 +10:00
2017-06-21 19:01:36 +10:00
2017-06-22 14:00:11 +10:00
2017-04-09 15:08:31 +10:00
2017-05-01 16:40:52 +10:00
Description
Personal all-purpose utility library
3.9 MiB
Languages
C++ 79.5%
C 20.2%
Batchfile 0.3%