Menu

Home

Mark Heily Joakim Hassila

NOTE -- This project has moved to GitHub:

https://github.com/mheily/libpwq


libpthread_workqueue is a portable implementation of the pthread_workqueue API first introduced in Mac OS X. It is primarily intended for use with libdispatch but can be used as a general purpose thread pool library for C programs.

Requirements

The following platforms are supported:

Linux
FreeBSD
Solaris (x86)
Microsoft Windows

See also

[DarwinApi]


Related

Wiki: DarwinApi