vfTasks is a library with a C API containing the following features:
- Manage worker thread pools
- Inter-thread streaming communication channels
- 2-D synchronization for parallelized loops
Instructions for installing and testing this software are in INSTALL.txt
Examples on how to use vfTasks APIs are located in example/src. Note that the example in streams.c currently only runs on a POSIX-compliant system. See example/doc for documentation.