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 error handling #66

Closed byannoni closed 7 years ago

byannoni commented 7 years ago

Refactor error handling to remove excessive nesting and flags.

Closes #50