新增:实现 EventQueue 类,单线程事件队列

This commit is contained in:
2025-09-01 18:46:27 +08:00
commit 7b0d4fd2c3
9 changed files with 255 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"files.associations": {
"list": "cpp"
}
}