From 87cf651c4c0666e59b2bdfd7e7db2ad8afaf7c33 Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Tue, 12 May 2026 14:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20with=20remove?= =?UTF-8?q?=20async=20summary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ----- docs/README-en.md | 5 ----- 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 00f039c..226643f 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,3 @@ let logger = async_logger(console_sink(), target="async.demo") - [bitlogger package README](./bitlogger/README.mbt.md) - [API 索引](./docs/api/index.md) -## 🧵 异步层概览 - -- `bitlogger_async` 提供 `AsyncLogger`、后台 `run()` worker、有界 async queue 与生命周期诊断接口。 -- 多端编译已支持:`native/llvm` 保留原生 worker 语义,`js` / `wasm` / `wasm-gc` 提供兼容实现。 -- 当前 `examples/async_basic` 仍保留 `native` target,因为 `moonbitlang/async` 的 `async fn main` 入口限制尚未完全解除。 diff --git a/docs/README-en.md b/docs/README-en.md index 9cd7a0e..2e59fc2 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -72,8 +72,3 @@ let logger = async_logger(console_sink(), target="async.demo") - Detailed API references, config fields, runtime control helpers, and lifecycle surfaces now live under `docs/api/`. - For concrete runnable flows, prefer `examples/`. -## Async Layer Summary - -- `bitlogger_async` provides `AsyncLogger`, a background `run()` worker, bounded queueing, lifecycle helpers, and runtime diagnostics. -- Multi-target compilation is supported: `native/llvm` keeps native worker semantics, while `js` / `wasm` / `wasm-gc` use a compatibility implementation. -- `examples/async_basic` remains `native`-only for now because `moonbitlang/async` still has `async fn main` entry limitations.