#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

kunal_yelne's tweet image. 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

serjpetrachkov's tweet image. 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

EugeneGnt's tweet image. 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


Using generics in #SwiftConcurrency code feels so native and smooth. #swift #iosdev

jurasic_str's tweet image. Using generics in #SwiftConcurrency code feels so native and smooth.
#swift #iosdev

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

Xaxxus's tweet image. 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:

jurasic_str's tweet image. 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様ありがてぇ

atagon's tweet image. #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

_c_x_a_'s tweet image. 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

jurasic_str's tweet image. 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

ma12441469's tweet image. 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

KyawTheMonkey's tweet image. 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

Aashish6's tweet card. Better Way to Call Multiple APIs in Swift! Swift Concurrency for...

youtube.com

YouTube

Better Way to Call Multiple APIs in Swift! Swift Concurrency for...


未找到 "#swiftconcurrency" 的結果
未找到 "#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

kunal_yelne's tweet image. 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

serjpetrachkov's tweet image. 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

Xaxxus's tweet image. 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

Using generics in #SwiftConcurrency code feels so native and smooth. #swift #iosdev

jurasic_str's tweet image. Using generics in #SwiftConcurrency code feels so native and smooth.
#swift #iosdev

#SwiftConcurrency viewDidLoadとかはasyncつけれないから直接async関数を呼べない んでTaskか、Task.detachedブロックで呼ばないといけないけど、Task.detachedだとasyncじゃない関数にもawait指定が必要になっちゃう なんで?、の答え これ、ググると答え見つけるの大変だよなぁGPT様ありがてぇ

atagon's tweet image. #SwiftConcurrency

viewDidLoadとかはasyncつけれないから直接async関数を呼べない

んでTaskか、Task.detachedブロックで呼ばないといけないけど、Task.detachedだとasyncじゃない関数にもawait指定が必要になっちゃう

なんで?、の答え

これ、ググると答え見つけるの大変だよなぁGPT様ありがてぇ

Swiftここ最近離れてたから Concurrencyについてけてないんだけど この辺よんどけばある程度大丈夫かな?? それともだいぶアップデートとかされてるのかな?🤨 #Swift #SwiftConcurrency

ma12441469's tweet image. 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

jurasic_str's tweet image. 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つければ別物と認識してくれるところ わざわざ命名し直さなくてもいい👌 一気に直さないでも徐々に入れ替えもできるように配慮されてるのね🤔

Harx02663971's tweet image. #SwiftConcurrency

試しに個人開発のコードで試してみたらすごく簡単にできた👍🏻

驚いたのは、関数名が一緒でもasyncつければ別物と認識してくれるところ
わざわざ命名し直さなくてもいい👌
一気に直さないでも徐々に入れ替えもできるように配慮されてるのね🤔
Harx02663971's tweet image. #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

KyawTheMonkey's tweet image. 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:

jurasic_str's tweet image. 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/…

findy_tools's tweet image. 【#アーキテクチャ紹介】
ローソンデジタルイノベーションの開発環境🫙

クーポン、アプリ予約、スマホレジなどの機能があるローソンアプリの開発📱✨
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

iosDev_ramit's tweet image. Swift Concurrency Reimagined— modern power for every Swift developer.

👉 A deep dive: youtu.be/yPV62lwT398

#Swift #iOSDev #SwiftConcurrency

#SwiftConcurrency Isolation Domainの説明はattached Imageの様なのが良いんじゃないだろうか

tana00's tweet image. #SwiftConcurrency
Isolation Domainの説明はattached Imageの様なのが良いんじゃないだろうか

土曜日に話したのを公開しました!Swift 6はデータ競合が起こる可能性のあるコードをコンパイルエラーにしてくれますが、どのようにそれを検出しているのか感覚的に理解できないとコードが書きづらいので、ライブコーディングを交えて説明しました。 #swiftzoomin youtu.be/AUcn2y2jjNs?si…

koher's tweet image. 土曜日に話したのを公開しました!Swift 6はデータ競合が起こる可能性のあるコードをコンパイルエラーにしてくれますが、どのようにそれを検出しているのか感覚的に理解できないとコードが書きづらいので、ライブコーディングを交えて説明しました。 #swiftzoomin
youtu.be/AUcn2y2jjNs?si…


Hello all @RxSwiftLang people 🤔 #SwiftAsyncAwait #Swift #SwiftConcurrency Really waiting for AsyncStream to be ready :)

freak4pc's tweet image. Hello all @RxSwiftLang people 🤔 #SwiftAsyncAwait #Swift #SwiftConcurrency 

Really waiting for AsyncStream to be ready :)

Loading...

Something went wrong.


Something went wrong.


United States Trends