aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 4df42c68754286da779933df99dbae8936c64a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "pthreadpool"
description:
    "pthreadpool is a portable and efficient thread pool implementation. It "
    "provides similar functionality to #pragma omp parallel for, but with "
    "additional features."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/Maratyszcza/pthreadpool"
  }
  url {
    type: GIT
    value: "https://github.com/Maratyszcza/pthreadpool"
  }
  version: "d465747660ecf9ebbaddf8c3db37e4a13d0c9103"
  last_upgrade_date { year: 2020 month: 2 day: 3 }
  license_type: NOTICE
}