I used libdispatch to prototype a server and would be great to compare with other libraries before starting the project.
libPhenom seems to have much more features, maybe even more than I need, but the documentation seems good. I will try to make another prototype with your lib.
Frame pointers make things easier for tools to get backtraces without requiring complex dwarf unwinders. The observability is something I value more than not being able to use that register for other things.
The library may work, but Grand Central Dispatch, which is the whole point, is really an OS X thing. BSD may have adopted it, not sure. I'm pretty that confident Linux has not.
Grand Central Dispatch is just the marketing name for libdispatch.
The do use pthread work queues if available, which they are on OSX & BSD. On linux a thread pool is used