Miao Wang | c5ceb72 | 2020-02-10 15:02:41 -0800 | [diff] [blame^] | 1 | name: "pthreadpool" |
| 2 | description: |
| 3 | "pthreadpool is a portable and efficient thread pool implementation. It " |
| 4 | "provides similar functionality to #pragma omp parallel for, but with " |
| 5 | "additional features." |
| 6 | |
| 7 | third_party { |
| 8 | url { |
| 9 | type: HOMEPAGE |
| 10 | value: "https://github.com/Maratyszcza/pthreadpool" |
| 11 | } |
| 12 | url { |
| 13 | type: GIT |
| 14 | value: "https://github.com/Maratyszcza/pthreadpool" |
| 15 | } |
| 16 | version: "d465747660ecf9ebbaddf8c3db37e4a13d0c9103" |
| 17 | last_upgrade_date { year: 2020 month: 2 day: 3 } |
| 18 | license_type: NOTICE |
| 19 | } |