]> mj.ucw.cz Git - libucw.git/commit
Added a library module for distributing work between threads.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Nov 2006 21:10:14 +0000 (22:10 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Nov 2006 21:10:14 +0000 (22:10 +0100)
commita28642df7637bcba1254eda50f94d8bab5bb6843
tree7c88e4fe09fef3672a844777131e3e3ce768304d
parent4b76104330cfaef194176cbb71866c770bcc192e
Added a library module for distributing work between threads.

However, I am not sure that libucw is the right place for this, since
it would require all programs to be linked with libpthread as well.
lib/Makefile
lib/workqueue.c [new file with mode: 0644]
lib/workqueue.h [new file with mode: 0644]