📝 refine async state type docs

This commit is contained in:
Nanaloveyuki
2026-06-14 01:53:12 +08:00
parent f824cbfa68
commit e776455861
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ Detailed rules explaining key parameters and behaviors
- `async_runtime_state()` is the higher-level API that reads these values from the live runtime environment.
- It also does not validate whether the supplied pair matches the current backend contract.
- The constructed value matches the same public shape used by async runtime serializers.
- Because `AsyncRuntimeState` is only a data snapshot type, this constructor is mainly useful for tests, adapters, and synthetic diagnostics rather than ordinary runtime probing.
### How to Use