Add support for callbacks

This commit is contained in:
2025-08-14 12:47:10 -04:00
parent 5756642ddb
commit 8b4769bf7e
10 changed files with 431 additions and 130 deletions

View File

@@ -48,6 +48,11 @@
"streambuf": "cpp",
"typeinfo": "cpp",
"fstream": "cpp",
"iostream": "cpp"
"iostream": "cpp",
"complex": "cpp",
"cstring": "cpp",
"semaphore": "cpp",
"stop_token": "cpp",
"thread": "cpp"
}
}