Extra2D/examples/hello_module
ChestnutYueyue 463965439e refactor(service_locator): 将mutex替换为recursive_mutex以支持嵌套调用
重构服务定位器中的互斥锁类型,从std::mutex改为std::recursive_mutex,以支持可能发生的嵌套调用场景
优化hello_module日志输出,使用E2D_INFO宏替代std::cout
删除不再使用的config.json配置文件
2026-02-18 22:11:00 +08:00
..
hello_module.cpp refactor(service_locator): 将mutex替换为recursive_mutex以支持嵌套调用 2026-02-18 22:11:00 +08:00
hello_module.h refactor(service_locator): 将mutex替换为recursive_mutex以支持嵌套调用 2026-02-18 22:11:00 +08:00
main.cpp refactor(service_locator): 将mutex替换为recursive_mutex以支持嵌套调用 2026-02-18 22:11:00 +08:00