Thank you for all these swiftUI tutorials...I've seen almost all of them, I learned a lot and I hope you will take other courses....I'm curious what you think also about flutter and if you' have seen it, I noticed some similarities with SwiftUI
11:21 I'm probably misunderstanding, but is this really needed to do on a different background thread? Isn't it this doing it on a different background *queue*? And the queue will, under the hood, choose which thread to use?
Thanks! Just one question here: 1. How your code becomes threads safe when you add asynchronous queue ? I think there should be serial queue. Could you please explain here? Thanks again for amazing videos
Hi man, I saw you commented here and I have the same question why using async queue to make thread safe? As my understanding the queue.sync {} can make it serial executed. Am I making something misunderstanding here?
The fact that you are giving this content away for free on TH-cam is amazing! This was an awesome video, didn't know what non isolated was before this
This was amazing.Please post more videos on swift and swiftUI🥺
Awesome video. Best explanation I’ve seen so far for when to use Actors 🙌🏻
Good explication of no isolated and example of differences between actors and classes, thanks!
Again a nice and easy to understand video. I'm looking forward to the next one.
Best swift tutorials ever
So valuable content. Thank you so much Nick!!! you are a great teacher
Excellent tutorials. I really wanna watch the last 3 videos in this playlist now!
Hi Nick, this was the one i was looking for. Thanks for everything
HI Nick
Can you please make a video on what are the different ways of designing a data manager class with their pros and cons?
Amazing, just learned something new today. Thanks for teaching us!
It's important to notice that we should use a serial queue, which is the default in Swift, but was not the case for Objective-C.
Great explanation! Thank you Nick
Awesome Content!
19:01 Start of discussion about actors.
Video is great, but Nick forgot to mention that 'Thread Sanitizer' option is NOT available for ALL devices
Thank you for all these swiftUI tutorials...I've seen almost all of them, I learned a lot and I hope you will take other courses....I'm curious what you think also about flutter and if you' have seen it, I noticed some similarities with SwiftUI
very nice explanation
Nice. Now use combine to publish the string automagically by subscribing to the timer and mapping it...
Wonderful! Thank you 😆
Crazy content, do you also do mentoring?
You are the best!!❤
Good explenation. Thank you!
awsome as always
Bravo man
11:21 I'm probably misunderstanding, but is this really needed to do on a different background thread? Isn't it this doing it on a different background *queue*? And the queue will, under the hood, choose which thread to use?
Hey Nick! great content! Can race conditions occur within the same class by using a task group? How to handle this?
I know this wasn't the point of the video but the lock.async closure should have a weak reference to self right?
thanks a lot!😍
Thanks! Just one question here:
1. How your code becomes threads safe when you add asynchronous queue ? I think there should be serial queue.
Could you please explain here? Thanks again for amazing videos
Ahh, I see default init for DespatchQueue returns serial queue
Hi man, I saw you commented here and I have the same question why using async queue to make thread safe? As my understanding the queue.sync {} can make it serial executed. Am I making something misunderstanding here?
This is awesome 👏
thanks a lot as always~~~!!!
In Xcode 14 we get an error as we should .