Closed mattt closed 1 year ago
Related to #37
This PR exposes the currently private static Prediction.wait(for:with:priority:retrier:) method. Having a non-mutating method like this can be helpful for working around actor isolation issues in SwiftUI.
Prediction.wait(for:with:priority:retrier:)
Related to #37
This PR exposes the currently private static
Prediction.wait(for:with:priority:retrier:)
method. Having a non-mutating method like this can be helpful for working around actor isolation issues in SwiftUI.