Swift 5.9 introduced the Observation framework (@observable), but there's currently no reference covering how it interacts with Swift Concurrency — especially @mainactor.
This is a common pain point for developers, for example:
Would you be open to adding an observation.md reference file covering these patterns? Happy to draft a PR if this fits the skill's scope.
Swift 5.9 introduced the Observation framework (@observable), but there's currently no reference covering how it interacts with Swift Concurrency — especially @mainactor.
This is a common pain point for developers, for example:
Would you be open to adding an
observation.mdreference file covering these patterns? Happy to draft a PR if this fits the skill's scope.