# Sunnet **Repository Path**: Cauchy_AQ/Sunnet ## Basic Information - **Project Name**: Sunnet - **Description**: C++仿写Skynet引擎,意在学习C++并发编程。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/Cauchy_AQ/Sunnet - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2023-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Sunnet C++实现Actor模型,仿照skynet框架,以 `one loop per thread` 并发模型,实现多线程并发编程框架 `Sunnet`。