benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Clean up threadpool and increase test timeout #193

Closed benreid24 closed 9 months ago

benreid24 commented 9 months ago

Looking at logs the thread pool never deadlocks, it closes as expected but the test still times out. Cleaned up some redundant statements and increased the test timeout. Could not get it to fail locally after running several hundred times.

Resolves #190