add front thread

This commit is contained in:
lnk
2025-06-25 10:28:14 +08:00
parent e14e3f9678
commit ec8689c9f5
3 changed files with 101 additions and 38 deletions

12
.vscode/settings.json vendored
View File

@@ -55,15 +55,5 @@
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false,
"files.associations": {
"new": "cpp",
"mutex": "cpp",
<<<<<<< HEAD
"ostream": "cpp",
"thread": "cpp"
=======
"ostream": "cpp"
>>>>>>> 22c6b92 (add front demo in this project)
}
"C_Cpp_Runner.msvcSecureNoWarnings": false
}