這個是rice大學開發的一個併發類庫,不算很流行,可是比較好用,github地址git
一句話簡介以下:github
PCDP is a shared-memory, pedagogical, parallel programming framework. PCDP's design, implementation, and APIs emphasize simplicity to make it straightforward to use for programmers new to parallel programming. PCDP supports task parallelism, loop parallelism, actor parallelism, bulk synchronization, point-to-point synchronization, and isolation. PCDP is built on top of the Java Fork-Join framework, but offers more convenient APIs.併發
看起來不算是一個production級別的(教學使用爲主)框架,因此就很少廢話了,有興趣的能夠本身去參考源代碼。框架