aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
blob: b17869fa3d6dde51ae062d497afc274652642e15 (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: "344531b40881b1ee41508a9c70c8fbbef3bd6cad"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 12
    day: 7
  }
}