blob: f29d9388b497829f302e7d51a4594a82781c7c4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "rsasynccpp",
"version": "0.0.7",
"maintainers": "Rene Stein <rene@renestein.net>",
"description": "Task Parallel Library (TPL)/dataflow/actors/async primitives for C++ based on C++ 20 coroutines.",
"homepage": "https://github.com/renestein/Rstein.AsyncCpp",
"supports": "windows & !arm",
"features": {
"lib-cl-win-legacy-await": {
"description": "Legacy coroutines (/await switch, std::experimental namespace)."
}
}
}
|