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

The functions fqisempty() and fqisfull() should use helpers #91

Open byannoni opened 7 years ago

byannoni commented 7 years ago

The functions fqisempty() and fqisfull() rely on the other queue implementation helpers to set variables in the function_queue structure. They should use their own helpers so that this is not necessary (aiding the implementation of #89).