docs: 将仓库代码注释统一为中文

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent ee9dd926e5
commit 68dc78a45e
249 changed files with 707 additions and 900 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
//! Bounded IO for Host-created anonymous pipes. Never run shutdown on the UI
//! thread: cancellation waits for the native pipe operations to acknowledge it.
//! 用于 Host 创建的匿名管道的有界 IO。切勿在 UI 线程上运行关闭:取消等待本机管道操作确认它。
use crate::{
extension_job::Job,
extension_stdio::{write_frame, Frames, HostIo, MAX_FRAME_BYTES},