fengjiayi 819320f355 1. 修改了Serein.Library中的ObjectPool工具类,提供了对象归还的默认处理方法(通过构造方法指定Action<T>委托)
2. 不再显式调用流程上下文的Reset()方法,而改为通过对象池调用
3. 同样的,对于同样使用了ObjectPool管理上下文的Serein.Proto.WebSocket项目而言,也进行了同2.一样的修改
2025-08-23 16:19:30 +08:00
2024-09-26 21:03:45 +08:00
2024-09-28 23:55:19 +08:00
2024-08-05 10:11:58 +08:00
2025-07-30 12:01:49 +08:00

Flow Visualization Framework

This project supports both English and 中文 documentation.

🌐 Language


🔧 Project Summary

Refer to the specific language documentation for detailed instructions.


📁 Structure Suggestion (for your repository)

📦 YourProject
├── README.md              <-- Language selector (this file)
├── flow_visualizer_cn.md           <-- English full doc
├── flow_visualizer_cn.md           <-- 中文自述文档
└── ...

Description
No description provided
Readme MIT 37 MiB
Languages
C# 100%