关于
This skill provides specialized implementation patterns and best practices for managing Swift actor isolation domains synchronously. It focuses on the assumeIsolated API, enabling developers to access actor-isolated state without the overhead of asynchronous hops in performance-critical code, unit tests, and legacy delegate callbacks. By clarifying the differences between Task-based execution and synchronous isolation checks, it helps prevent common concurrency pitfalls and ensures thread safety in modern xOS application development.