📝 Polish API doc consistency and scope

This commit is contained in:
Nanaloveyuki
2026-05-12 13:47:04 +08:00
parent c6c153cf53
commit 80f15cd455
24 changed files with 9 additions and 118 deletions
+2 -3
View File
@@ -3,7 +3,7 @@ name: async-runtime-state
group: api
category: async
update-time: 20260512
description: Read and serialize the current backend-specific async runtime mode and worker capability.
description: Read the current backend-specific async runtime mode and worker capability.
key-word:
- async
- runtime
@@ -13,7 +13,7 @@ key-word:
## Async-runtime-state
Read the current backend-specific async runtime state and serialize it for diagnostics. This API focuses on the environment-level async mode rather than any one logger instance.
Read the current backend-specific async runtime state for diagnostics. This API focuses on the environment-level async mode rather than any one logger instance.
### Interface
@@ -75,4 +75,3 @@ e.g.:
1. Use this API for environment-level diagnostics.
2. Use `AsyncLogger::state()` for logger-instance diagnostics.