Skip to content

c11网络编程框架 支持协程 线程安全 RPC

Notifications You must be signed in to change notification settings

ev2li/cpp-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

模块

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

About

c11网络编程框架 支持协程 线程安全 RPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published