@preconcurrency usage in swift explained

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • In this video we'll look at how you can start migrating to strict concurrency checking and Swift 6 gradually. We'll go over importing modules that haven't been updated to strict concurrency as well as updating modules to use strict concurrency without having to ship breaking changes as a library author.
    Learn more about concurrency in Swift with my course: donnyplus.com/...
    This video is a companion to my post on the same topic: www.donnywals....

Комментарии • 4

  • @indiekiduk
    @indiekiduk 4 месяца назад

    Hopefully this is the nail in coffin for view models and everyone finally learns structs!

    • @DonnyWalsdev
      @DonnyWalsdev  4 месяца назад +1

      I doubt it. SwiftUI and @Observable very strongly rely on (view)models being defined as classes

    • @indiekiduk
      @indiekiduk 4 месяца назад

      @@DonnyWalsdev view models are view structs. @ observable is for model data

  • @ashleydube3710
    @ashleydube3710 4 месяца назад

    Thanx