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

Implement a function queue using a linked list #79

Closed byannoni closed 7 years ago

byannoni commented 7 years ago

This adds a new implementation of a function queue using a linked list.

Close #16