2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-19 04:42:13 +00:00
Files
thread/meta/libraries.json
2023-10-13 19:24:23 +03:00

21 lines
414 B
JSON

[
{
"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++11, C++14, C++17.",
"std": [ "proposal" ],
"category": [
"Concurrent", "System"
],
"cxxstd": "11"
}
]