Added threading, optimizations
This commit is contained in:
Vendored
+4
-1
@@ -46,6 +46,9 @@
|
||||
"stdexcept": "cpp",
|
||||
"streambuf": "cpp",
|
||||
"cinttypes": "cpp",
|
||||
"typeinfo": "cpp"
|
||||
"typeinfo": "cpp",
|
||||
"thread": "cpp",
|
||||
"condition_variable": "cpp",
|
||||
"mutex": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user