实现信号槽机制自动化脚本

This commit is contained in:
2025-06-24 16:32:32 +08:00
parent 1d747d96fd
commit d9baa7f7a3
6 changed files with 407 additions and 80 deletions

View File

@@ -27,6 +27,7 @@ typedef struct {
typedef struct {
void* next;
void (*func)(void* par);
void* signal_func;
void* slot_obj;
mythread_t* thread;
}slot_list;