1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-28 09:08:17 +08:00
eventpp/doc/cn/readme.md
2022-07-25 09:02:05 +08:00

13 lines
433 B
Markdown

# eventpp -- C++ 事件派发和回调列表开源库
本文档还有待完善,以下是一些已经翻译的中文文档。
非常感谢 [marsCatXdu](https://github.com/marsCatXdu) 的中文翻译。
文档
* 核心类和函数库
* [概述](introduction.md)
* [CallbackList 教程](tutorial_callbacklist.md)
* [EventDispatcher 教程](tutorial_eventdispatcher.md)
* [EventQueue 教程](tutorial_eventqueue.md)