libnifty
Nifty pthread modules for C programs
This project is obsolete and no longer maintained.
For the current, maintained version of this library, please see https://github.com/seanpburke/Nifty
libnifty provides the basic facilities that most threaded programs need, including message queues, thread pools (aka work queues) and a module to execute tasks at scheduled times.
libnifty modules provide APIs that are safe, simple, and easy to use. Using libnifty will help to make your threaded programs stable, scalable and performant.
...