Skip to content

0.5.2

Compare
Choose a tag to compare
@SwiftedMind SwiftedMind released this 18 Sep 05:12
· 88 commits to main since this release
  • Restrict @Loadableand @Process to @MainActor
    They are only ever going to be used from SwiftUI Views, so this makes the code a lot more convenient. Also, it's easy to await a Task.detached if needed