Added threading, optimizations

This commit is contained in:
2022-04-18 22:27:16 -04:00
parent cbdf377c86
commit 66195867eb
6 changed files with 385 additions and 147 deletions
+4 -1
View File
@@ -46,6 +46,9 @@
"stdexcept": "cpp",
"streambuf": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp"
"typeinfo": "cpp",
"thread": "cpp",
"condition_variable": "cpp",
"mutex": "cpp"
}
}
+2 -2
View File
@@ -25,7 +25,7 @@
],
"group": {
"kind": "build",
"isDefault": false
"isDefault": true
},
"detail": "Task generated by Debugger."
},
@@ -55,7 +55,7 @@
],
"group": {
"kind": "build",
"isDefault": true
"isDefault": false
},
"detail": ""
}