<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am happy to announce the release of PFunc, short for Parallel Functions, a lightweight and portable library that provides C and C++ APIs to express task parallelism. The features offered by PFunc are a strict superset of the features offered by current solutions for task parallelism such as Cilk and Threading Building Blocks. Some of highlights of PFunc are:<br><br>- Custom Priorities for tasks.<br>- Custom Scheduling for tasks.<br>- Task Groups for collective communication.<br>- Nested Parallelism<br>- Generic<br>- Open Source<br><br>Being designed using generic programming principles, PFunc allows users to customize their run at compile-time without any performance penalties. PFunc has been released under the Eclipse Public License v 1.0.<br><br>For more information, please visit:<br><br><a href="https://projects.coin-or.org/PFunc">https://projects.coin-or.org/PFunc</a><br><br>Regards,<br><br>Anju</body></html>