diff --git a/README.md b/README.md index b3fbef7..4a92f76 100644 --- a/README.md +++ b/README.md @@ -382,9 +382,11 @@ ORDER BY created_at ASC; 本库采用 **异步事件驱动 (Async Event-driven)** 架构,基于 **Active Object** 模式设计。 业务线程仅负责将日志通过 `MPSC Channel` 发送,由独立的后台协程负责实际的 I/O 写入,从而实现 **Zero-Blocking**(零阻塞)的业务性能。 + + + + ```mermaid graph TD A[Start] --> B[End] -``` - - \ No newline at end of file +``` \ No newline at end of file