mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-15 17:23:07 -05:00
21 lines
421 B
JSON
Executable File
21 lines
421 B
JSON
Executable File
[
|
|
{
|
|
"key": "thread",
|
|
"name": "Thread",
|
|
"authors": [
|
|
"Anthony Williams",
|
|
"Vicente J. Botet Escriba"
|
|
],
|
|
"maintainers": [
|
|
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
|
|
],
|
|
"description":
|
|
"Portable C++ multi-threading. C++03, C++11, C++14, C++17.",
|
|
"std": [ "proposal" ],
|
|
"category": [
|
|
"Concurrent", "System"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|
|
]
|