Avatar
> AsyncSequence ベースの @Published や ObservableObject はこれの外側で扱うことになるんでしょうか?
すいませんコメントに気がついてませんでした💦 この辺りで言及されてますね👀 There are obviously a few key areas that this package does not touch on (e.g. @Published or ObservableObject since those interact more so with SwiftUI than anything else) https://forums.swift.org/t/introducing-swift-async-algorithms/56231/3 That boundary is not really part of this project and more so something the folks working on SwiftUI are more equipped to tackle. https://forums.swift.org/t/introducing-swift-async-algorithms/56231/8
(edited)
12:22 AM
全然上と関係ない話ですが、 MainActor周りはどのバージョンで何が修正されているのかを把握するのが難しいですねw MainActorクラス内の関数がMain Threadで実行されない(Swift5.6で修正) MainActor isolation is not ensured https://bugs.swift.org/browse/SR-15789 MainActorクラスのMainActorではないinitがMainActorで守られていない(Swift5.7で修正) MainActor doesn't cascade to init in class https://bugs.swift.org/browse/SR-15694 https://forums.swift.org/t/mainactor-doesnt-work-or-misunderstood/56222 (edited)