#swiftconcurrency 搜尋結果
Swift Concurrency has been the most transformative change in iOS development. If you haven’t migrated to async/await yet, start with your network layer. The clarity pays for itself. #Swift #SwiftConcurrency
Today I learned that Swift Concurrency weighs about 7MB and has its own place inside the IPA we ship. #swift #swiftconcurrency
Do you know the difference between these two Task? I've seen many developers misuse Task.detached! Learn more in my article "Stop using Task.detached" in Swift: medium.com/@matgnt/stop-u… #Swift #SwiftUI #SwiftConcurrency #iOSDevelopment
Swift Concurrency: Advanced Patterns & Performance • AsyncSequence • Concurrency vs GCD (decision guide) • Profiling & testing (Instruments, TSan) • Production tactics: cancellation, backpressure, resilience Read: anubhavgiri01.medium.com/concurrency-in… #Swift #iOS #SwiftConcurrency
I felt like @Apple wasn't very clear on how to run concurrent code on another thread using async/await. For those of you wondering, this is how: #Swift #SwiftConcurrency #Concurrency #WWDC21 #Apple #iosdev
I received a #Swift project with a lot of callback hell blocks, where completion handlers were wrapped into another 3 or more times. I decided to refactor with #SwiftConcurrency: withCheckedThrowingContinuation. Does anyone found issues with using it? I do, see the thread below:
#SwiftConcurrency viewDidLoadとかはasyncつけれないから直接async関数を呼べない んでTaskか、Task.detachedブロックで呼ばないといけないけど、Task.detachedだとasyncじゃない関数にもawait指定が必要になっちゃう なんで?、の答え これ、ググると答え見つけるの大変だよなぁGPT様ありがてぇ
Why why why… all I need is just a simple subclass. And “Generate Fix for Issue” has never resolved any issues for me. #SwiftConcurrency
I have 3rd party lib that exposes API with completion handlers that in some scenarios never be called. So I came up with a Timer workaround to not leak continuation while using withCheckedContinuation. #SwiftConcurrency #Swift #iosdev
I believe I must be missing something, but I just have too little experience with #SwiftConcurrency, I guess. 😔 #BuildInPublic #IndieHacker #iOSDev #IndieDev
Swiftここ最近離れてたから Concurrencyについてけてないんだけど この辺よんどけばある程度大丈夫かな?? それともだいぶアップデートとかされてるのかな?🤨 #Swift #SwiftConcurrency
Inside task 'a', I let it sleep for 3s and that task was cancelled during its sleep time so it should throw an exception, but it didn't. What's happening here. Can someone explain? #iosdev #swift #swiftconcurrency
Was revisiting WWDC sessions on Swift concurrency and just couldn't help... #Swift #SwiftConcurrency #WWDC
New post: Migrate from GCD to Swift Concurrency - Mapping table (GCD → async/await, actors, TaskGroup) - Before/After code for URLSession, caches, UI - Prod tips: MainActor, Sendable, cancellation Read: medium.com/@anubhavgiri01… #Swift #iOS #SwiftConcurrency #GCD #AsyncAwait
Better Way to Call Multiple APIs in Swift! Swift Concurrency + Combine 🎥 youtu.be/t7LExxFxNfY ✅ Parallel + Dependent calls ✅ Live coding ✅ Clean networking layer #Swift #Combine #SwiftConcurrency #iOSDev #iOS #xcode #iosdevelopers #macosdev
youtube.com
YouTube
Better Way to Call Multiple APIs in Swift! Swift Concurrency for...
Swift Concurrency has been the most transformative change in iOS development. If you haven’t migrated to async/await yet, start with your network layer. The clarity pays for itself. #Swift #SwiftConcurrency
Today I learned that Swift Concurrency weighs about 7MB and has its own place inside the IPA we ship. #swift #swiftconcurrency
I felt like @Apple wasn't very clear on how to run concurrent code on another thread using async/await. For those of you wondering, this is how: #Swift #SwiftConcurrency #Concurrency #WWDC21 #Apple #iosdev
#SwiftConcurrency viewDidLoadとかはasyncつけれないから直接async関数を呼べない んでTaskか、Task.detachedブロックで呼ばないといけないけど、Task.detachedだとasyncじゃない関数にもawait指定が必要になっちゃう なんで?、の答え これ、ググると答え見つけるの大変だよなぁGPT様ありがてぇ
Swiftここ最近離れてたから Concurrencyについてけてないんだけど この辺よんどけばある程度大丈夫かな?? それともだいぶアップデートとかされてるのかな?🤨 #Swift #SwiftConcurrency
I have 3rd party lib that exposes API with completion handlers that in some scenarios never be called. So I came up with a Timer workaround to not leak continuation while using withCheckedContinuation. #SwiftConcurrency #Swift #iosdev
#SwiftConcurrency 試しに個人開発のコードで試してみたらすごく簡単にできた👍🏻 驚いたのは、関数名が一緒でもasyncつければ別物と認識してくれるところ わざわざ命名し直さなくてもいい👌 一気に直さないでも徐々に入れ替えもできるように配慮されてるのね🤔
Inside task 'a', I let it sleep for 3s and that task was cancelled during its sleep time so it should throw an exception, but it didn't. What's happening here. Can someone explain? #iosdev #swift #swiftconcurrency
I received a #Swift project with a lot of callback hell blocks, where completion handlers were wrapped into another 3 or more times. I decided to refactor with #SwiftConcurrency: withCheckedThrowingContinuation. Does anyone found issues with using it? I do, see the thread below:
【#アーキテクチャ紹介】 ローソンデジタルイノベーションの開発環境🫙 クーポン、アプリ予約、スマホレジなどの機能があるローソンアプリの開発📱✨ iOSは、#RxSwift から #SwiftConcurrency や #Combine への移行を進めています。 (✏️開発マネージャー阪口さん) techblog.ldi.co.jp/entry/2023/09/…
Swift Concurrency Reimagined— modern power for every Swift developer. 👉 A deep dive: youtu.be/yPV62lwT398 #Swift #iOSDev #SwiftConcurrency
#SwiftConcurrency Isolation Domainの説明はattached Imageの様なのが良いんじゃないだろうか
土曜日に話したのを公開しました!Swift 6はデータ競合が起こる可能性のあるコードをコンパイルエラーにしてくれますが、どのようにそれを検出しているのか感覚的に理解できないとコードが書きづらいので、ライブコーディングを交えて説明しました。 #swiftzoomin youtu.be/AUcn2y2jjNs?si…
Hello all @RxSwiftLang people 🤔 #SwiftAsyncAwait #Swift #SwiftConcurrency Really waiting for AsyncStream to be ready :)
Something went wrong.
Something went wrong.
United States Trends
- 1. #BTCCBestCEX 7,690 posts
- 2. #heatedrivalry 43K posts
- 3. Expedition 33 194K posts
- 4. Falcons 38.1K posts
- 5. Kyle Pitts 19K posts
- 6. #TheGameAwards 408K posts
- 7. shane 60.5K posts
- 8. Bucs 23.9K posts
- 9. ilya 45.8K posts
- 10. Todd Bowles 5,722 posts
- 11. GOTY 63.5K posts
- 12. Mega Man 36.4K posts
- 13. Baker 23.5K posts
- 14. Kirk Cousins 6,235 posts
- 15. jacob tierney 2,458 posts
- 16. #KeepPounding 2,316 posts
- 17. Mike Evans 10.5K posts
- 18. Leon 185K posts
- 19. Geoff 67K posts
- 20. Bijan 7,537 posts