Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 401 Bytes

基于c++11实现的基础框架

模块

  • log
    • 读取yaml配置仿(log4j)
  • config
    • 读取yaml配置
  • thread & mutex
    • 线程与锁
  • fiber
    • 协程(N-M)非对称ucontext
    • 使用boost实现(待实现)通过读取配置支持不同形式实现协程
  • hook
    • hook系统调用
  • httpserver
    • httpserver
  • rpc
    • (待实现)
  • orm
    • 访问mysql数据库