byannoni / qthreads

A POSIX thread wrapper using a pool and queues of functions for C and (soon) C++
Apache License 2.0
1 stars 1 forks source link

Refactor more error handling #84

Closed byannoni closed 7 years ago

byannoni commented 7 years ago

Some error handling seems to have been forgotten during the previous refactor. This should fix some more of it.

Resolve #73