У нас вы можете посмотреть бесплатно WWDC21: Protect mutable state with Swift actors | Apple или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Data races occur when two separate threads concurrently access the same mutable state. They are trivial to construct, but are notoriously hard to debug. Discover how you can stop these data races in their tracks with Swift actors, which help synchronize access to data in your code. Discover how actors work and how to share values between them. Learn about how actor isolation affects protocol conformances. And finally, meet the main actor, a new way of ensuring that your code always runs on the main thread when needed. To get the most out of this session, we recommend first watching “Meet async/await in Swift.” Explore related documentation, sample code, and more: SE-0316: Global actors: https://github.com/apple/swift-evolut... SE-0313: Improved control over actor isolation: https://github.com/apple/swift-evolut... SE-0306: Actors: https://github.com/apple/swift-evolut... SE-0302: Sendable and @Sendable closures: https://github.com/apple/swift-evolut... The Swift Programming Language: Concurrency: https://docs.swift.org/swift-book/Lan... Visualize and optimize Swift concurrency: https://developer.apple.com/videos/pl... Eliminate data races using Swift Concurrency: https://developer.apple.com/videos/pl... Meet distributed actors in Swift: https://developer.apple.com/videos/pl... Use Xcode for server-side development: https://developer.apple.com/videos/pl... Discover concurrency in SwiftUI: https://developer.apple.com/videos/pl... What's new in AppKit: https://developer.apple.com/videos/pl... Meet async/await in Swift: https://developer.apple.com/videos/pl... Explore structured concurrency in Swift: https://developer.apple.com/videos/pl... What‘s new in Swift: https://developer.apple.com/videos/pl... Swift concurrency: Update a sample app: https://developer.apple.com/videos/pl... Swift concurrency: Behind the scenes: https://developer.apple.com/videos/pl... More Apple Developer resources: Video sessions: https://apple.co/VideoSessions Documentation: https://apple.co/DeveloperDocs Forums: https://apple.co/DeveloperForums App: https://apple.co/DeveloperApp