The fact that you are giving this content away for free on KZbin is amazing! This was an awesome video, didn't know what non isolated was before this
@bhuwin6186 Жыл бұрын
Best swift tutorials ever
@satyadodda2386 Жыл бұрын
This was amazing.Please post more videos on swift and swiftUI🥺
@raymondcordero97189 ай бұрын
Awesome video. Best explanation I’ve seen so far for when to use Actors 🙌🏻
@josemanuelortizsanchez49832 жыл бұрын
Good explication of no isolated and example of differences between actors and classes, thanks!
@peterwolf26572 жыл бұрын
Again a nice and easy to understand video. I'm looking forward to the next one.
@andresraigoza20822 жыл бұрын
So valuable content. Thank you so much Nick!!! you are a great teacher
@bruhmoment37312 жыл бұрын
Excellent tutorials. I really wanna watch the last 3 videos in this playlist now!
@hao-bz4 ай бұрын
Amazing, just learned something new today. Thanks for teaching us!
@mafiaboy16 Жыл бұрын
Hi Nick, this was the one i was looking for. Thanks for everything
@navikaushal17953 ай бұрын
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?
@alexvaiman49669 ай бұрын
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.
@nizamitagiyev7052 жыл бұрын
Great explanation! Thank you Nick
@AhmadEllashy11 күн бұрын
Awesome Content!
@nverabgaryan9 ай бұрын
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
@nverabgaryan9 ай бұрын
Ahh, I see default init for DespatchQueue returns serial queue
@ArmstrongLiu-j1y27 күн бұрын
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?
@AndyJMacLeod3 ай бұрын
19:01 Start of discussion about actors.
@JackSparrow-ob8kf2 жыл бұрын
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
@nickfloussov18511 ай бұрын
Video is great, but Nick forgot to mention that 'Thread Sanitizer' option is NOT available for ALL devices
@tomblah5 ай бұрын
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?
@federicoramos Жыл бұрын
Hey Nick! great content! Can race conditions occur within the same class by using a task group? How to handle this?
@HUNTELAAR11W2 жыл бұрын
Crazy content, do you also do mentoring?
@kyunghwankim12697 ай бұрын
Wonderful! Thank you 😆
@vebbis5961 Жыл бұрын
Good explenation. Thank you!
@bonifacy9511 Жыл бұрын
You are the best!!❤
@rooo200010 ай бұрын
very nice explanation
@indomitabletr1834 Жыл бұрын
awsome as always
@DannyKerbel2 жыл бұрын
I know this wasn't the point of the video but the lock.async closure should have a weak reference to self right?
@visskiss Жыл бұрын
Nice. Now use combine to publish the string automagically by subscribing to the timer and mapping it...