myframe icon indicating copy to clipboard operation
myframe copied to clipboard

C++ application framework(基于actor模型,微内核设计理念实现的C++组件化编程应用程序框架)

Results 1 myframe issues
Sort by recently updated
recently updated
newest added

static void signal_handler(const char *data, size_t size) {} 函数前面为int,gcc9.3不能编译通过 改为size_t,编译通过