api更新

This commit is contained in:
2026-08-07 20:20:46 +08:00
parent 3205dd84e8
commit caec91ae3f
13 changed files with 653 additions and 201 deletions
+2
View File
@@ -6,4 +6,6 @@ Core has no access-control modes. A property only reports its own intrinsic `rea
Stored `read_only` properties do not receive lock slots or contribute mutexes, and managed reads use the no-lock fast path.
Focused runtime and synchronization contracts are regression-tested in `tests/runtime_api_test.cpp` and `tests/synchronization_test.cpp`.
See [Core Guide](../docs/CORE_GUIDE.md) and [Design Philosophy](../docs/DESIGN.md).