home.social

#swiftconcurrency β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #swiftconcurrency, aggregated by home.social.

  1. πŸ€¦β€β™‚οΈ "Finally understand Swift concurrency" - because reading endless jargon-filled screeds is exactly how everyone wants to spend their afternoons. πŸ™„ Huge thanks to Matt for translating developer hieroglyphics into slightly less intimidating developer hieroglyphics! πŸŽ‰
    fuckingapproachableswiftconcur #SwiftConcurrency #Understanding #DeveloperJargon #TechTranslation #CodingHumor #DeveloperCommunity #HackerNews #ngated

  2. What do robot toddlers and coloring pages teach us about data races? First in a series building concrete mental models for Swift Concurrency. Feedback welcome!

    krishna.github.io/posts/unders

    #swift #concurrency #swiftconcurrency #swift6

  3. How do you bridge the gap between legacy Apple APIs and Swift 6's strict concurrency model?

    π‘€π‘Žπ‘–π‘›π΄π‘π‘‘π‘œπ‘Ÿ.π‘Žπ‘ π‘ π‘’π‘šπ‘’πΌπ‘ π‘œπ‘™π‘Žπ‘‘π‘’π‘‘ provides a MainActor context within synchronous methods, solving compatibility issues with APIs like 𝑁𝑆𝑇𝑒π‘₯π‘‘π΄π‘‘π‘‘π‘Žπ‘β„Žπ‘šπ‘’π‘›π‘‘π‘‰π‘–π‘’π‘€π‘ƒπ‘Ÿπ‘œπ‘£π‘–π‘‘π‘’π‘Ÿ and π‘ˆπΌπ»π‘œπ‘ π‘‘π‘–π‘›π‘”πΆπ‘œπ‘›π‘‘π‘Ÿπ‘œπ‘™π‘™π‘’π‘Ÿ. This is essential knowledge for Swift 6 migration!

    πŸ”—: fatbobman.com/en/posts/mainact by @fatbobman

    #Swift6 #SwiftConcurrency #iOSDevelopment #MainActor

  4. If folks are looking for using Swift Testing with Vapor, you'll encounter all sort of issues.

    Here is something that might help you getting out of troubles:
    github.com/vapor/vapor/issues/

    It's using Lock from @mattiem ; of course. Who would imagine solving a swift concurrency issue without Matt work on it? 😜

    #Swift #Vapor #SwiftTesting #SwiftConcurrency