mirror of
https://github.com/apple/container.git
synced 2026-09-18 05:35:37 +00:00
This PR introduces a pattern of grouping mutable properties within the `Sendable` types, encapsulated within a `State` struct. This approach enables simultaneous updates to multiple properties and serves as a tool against reentrancy issues.