Тёмный

Using actor keyword to handle data race in swift | Actors in Swift | Hindi tutorial 

Code Cat
Подписаться 16 тыс.
Просмотров 13 тыс.
50% 1

Actor keyword in swift can be used to handle data races, actor completely isolates the shared resource and memory. Actors are not locks and hence one should not compare them with locks like dispatch semaphore or barriers in swift.
We will also have a look at the Xcode settings named thread sanitizer which can be used to identify the data race and make your app more stable.
Give are the chapters covered in today’s session
0:00 introduction
0:38 data race and race condition
1:05 data race
3:02 example of data race
5:35 using dispatch barrier to solve data race
6:35 issues with lock-based synchronization
7:32 actor keyword
8:43 actor vs class
9:20 implementing actor
10:45 codecat15 example
12:03 using task struct for async
12:53 data race vs race condition
13:47 async/await stack corruption bug
14:27 thread sanitizer
16:31 comments/feedback and subscribe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✅ Subscribe to the channel and stay ahead of everyone by following the right way for writing clean code in swift. 🔥🔥🔥🔥🔥
🔗Click on the link to subscribe: ru-vid.com?sub...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----------------------------------------------------------------------------------------------------------------------
📥 Download the source code from
GitHub: github.com/codecat15/RU-vid-...
Google Drive: drive.google.com/file/d/1B5Bu...
-----------------------------------------------------------------------------------------------------------------------
Given are the links discussed in the video
Introduction to threading: • Threads in iOS Swift T...
Dispatch semaphore: • Dispatch semaphore and...
Deadlocks: • Deadlock with Dispatch...
Priority inversion: • Priority Inversion wit...
Swift async/await stack corruption bug: forums.swift.org/t/swift-5-5-...
############################################
Connect with me on social media
Instagram: / codecat15
📧: codecat15@gmail.com
🐦: / codecat15
Facebook: / code.cat.792
Github: github.com/codecat15
###########################################
#actorsInSwift #actorSwiftHindiTutorial #swifTutorial

Опубликовано:

 

30 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 83   
@CodeCat15
@CodeCat15 2 года назад
This video covers core details of why swift team decided to introduce actor when we already had lock-based sync approach like dispatch semaphore and dispatch barriers, and since we are taking about data races which is different from a race condition as a bonus I have shown a small setting in Xcode called thread sanitizer which will help us in identifying data races before our code hits the apple app store (production). Do share your feedback and questions via comments and do share the video with your iOS group on whatsApp, Facebook or LinkedIn. Note: English subtitles will be live by end of this week for the video I am working on them, Thank you for your patience.
@poojakadam8160
@poojakadam8160 2 месяца назад
Your explanation and examples are beyond imagination which helps everyone to understand the iOS concepts. Please make more videos on iOS concepts.
@CodeCat15
@CodeCat15 2 месяца назад
Glad it’s helpful Pooja
@arbintajnawaz7200
@arbintajnawaz7200 2 года назад
Very nicely explained 🙏🙏🙏 , your videos are just so easier to understand in just one go. ☺️☺️☺️☺️
@CodeCat15
@CodeCat15 2 года назад
Thanks Arbintaj am glad this was helpful, do share the same with your team 😊
@kanerodricks9930
@kanerodricks9930 2 года назад
Thanks a lot, Ravi!! Your playlist is one of my favourite bookmarks! I constantly refer to the concurrent series, and it has helped me tremendously!
@CodeCat15
@CodeCat15 2 года назад
I am glad the playlist is helpful, more videos to be added soon the next one is on async/await
@azadbaljeet
@azadbaljeet 11 месяцев назад
Thank you very much Ravi, just before 1 week my friend suggested me to learn from your videos, really after watch these videos I am feeling very cool. In last 2 months I did not cross any interview, Now I hope. I will take some more time to these videos and then I will try again., Thank you very much again Ravi Dada.
@CodeCat15
@CodeCat15 11 месяцев назад
I'm truly grateful for your feedback and kind words about the content shared in this channel. Thank you for taking the time to express how it has been helpful to you. If you have any questions or need assistance on any topic, please don't hesitate to ask. I'll be more than happy to help you. Also, I would like to invite you to join the iOS Cafe community on Slack or Discord. It's a great place to connect with fellow iOS developers and engage in valuable discussions. Slack invite: join.slack.com/t/ios-cafe/shared_invite/zt-1xufmkzpj-uh_~FKty63rezxe0YIILhA Discord invite: discord.gg/gB3mhP8DNq
@sagardaundkar3931
@sagardaundkar3931 2 года назад
Finally saw the video!! It was added to my watchlist. Thanks Ravi for explaining with real time example with apple documentations which gives crystal clear idea about the topic.
@CodeCat15
@CodeCat15 2 года назад
Glad it was helpful!
@hudajawed4332
@hudajawed4332 2 года назад
I really appreciate your efforts for making such quality videos , your videos help me a-lot to clear my concepts and also I appreciate the patience and time you put to read and reply everyone’s comment. Hats off 👍🏻
@CodeCat15
@CodeCat15 2 года назад
So nice of you to say that, thank you. I am glad this video was helpful please feel free to ask questions and do share the video with your iOS group 🙏
@renukajavheri7941
@renukajavheri7941 2 года назад
Your videos are too helpful ... Thanks alot Ravi
@icodingschool9018
@icodingschool9018 2 года назад
Bro Ravi I'm referring ur RU-vid channel to my entire company who is interested in swift just keep good work ... Thanks for ur efforts
@CodeCat15
@CodeCat15 2 года назад
thanks for the share bro, means a lot to me
@atmaramsawant2393
@atmaramsawant2393 Год назад
Nice video Ravi. Very helpful.
@AnkitYadav-ankityddv
@AnkitYadav-ankityddv 2 года назад
Thanks Ravi, this is pure gold.
@CodeCat15
@CodeCat15 2 года назад
Thanks Ankit 🙏
@rohithnayak4475
@rohithnayak4475 2 года назад
Thank you! Watching your new video after long time!
@CodeCat15
@CodeCat15 2 года назад
Am glad this was helpful Rohith 👍
@shashwatsinghchauhan4527
@shashwatsinghchauhan4527 2 года назад
just another fantastic explanation❣️❣️❣️❣️
@CodeCat15
@CodeCat15 2 года назад
Glad you liked it 👍
@electrowave8012
@electrowave8012 2 года назад
Thank you very much, Ravi! Your videos are always helpful and interesting. In your every video there is something to learn.
@CodeCat15
@CodeCat15 2 года назад
Thank you, do share the video with your iOS group on WhatsApp, slack or LinkedIn
@electrowave8012
@electrowave8012 2 года назад
@@CodeCat15 Already shared
@Chandan-xz8cd
@Chandan-xz8cd 2 года назад
Mast video hai. Bahut kuch samajh me aaya lakin acche se samajh nahi aaya 1 yaa 2 baar or dekhoonga To samajh jaaunga pura video. Or practice very very important.
@CodeCat15
@CodeCat15 2 года назад
Yup, jo videos maine share kiye the jaise introduction to threading, semaphore aur baaki sab unko pahele dekho aur unke concepts pahele clear karna aur uske baad aap isse dubara dekhna
@sumitbangarwa1615
@sumitbangarwa1615 7 месяцев назад
Informational video, thanks for putting the effort and keep doing the great work❤
@CodeCat15
@CodeCat15 6 месяцев назад
Thank you, am glad the video was helpful. Please feel free to ask questions and do share the video with your iOS group
@pradeepkas10
@pradeepkas10 2 года назад
Thanks a lot, Ravi, for sharing such valuable information, not for this video for all videos
@CodeCat15
@CodeCat15 2 года назад
It's my pleasure Pradeep, thank you for your comment and do share the video with your iOS group and feel free to ask questions
@ajaychaudhary358
@ajaychaudhary358 2 года назад
Very useful ... really admire your effort ..
@CodeCat15
@CodeCat15 2 года назад
Thanks Ajay
@RAHULSHARMA-iu1xq
@RAHULSHARMA-iu1xq 2 года назад
Good explanation, really helpful 👍
@CodeCat15
@CodeCat15 2 года назад
Thanks Rahul 👍
@rj007love
@rj007love 2 года назад
Super learning session Sir, Please upload a video with covering a system design for full application. That will help people to understand all the basics when they have to work on a project from scratch.
@ganeshjoshi5692
@ganeshjoshi5692 2 года назад
Great video! Keep it up. 👍🏻
@CodeCat15
@CodeCat15 2 года назад
Thank you! 👍
@anandmishra3926
@anandmishra3926 2 года назад
loved this.
@dheerjdhiman4983
@dheerjdhiman4983 2 года назад
great efforts bro
@CodeCat15
@CodeCat15 2 года назад
Thank u 🙏
@akashrevanna5327
@akashrevanna5327 2 года назад
Commenting for better reach to help this video appear in recommended list for other iOS Developers.
@CodeCat15
@CodeCat15 2 года назад
Thanks Aakash 😊
@rebellious_703
@rebellious_703 2 года назад
The quality and tech. correctness of the video is great. and special thing is- it is in Hindi(Blessing for Hindi speaking Indians). I would recommend Ravi to come up with english audio as well to attract other people out side of India. Best wishes. One request: You should make series on background processing e.g URLSession BG download, BG process, Fetching etc.
@CodeCat15
@CodeCat15 2 года назад
Thank you for your kind words, as of now I will just be releasing videos in Hindi and I plan to keep it that way I do have English subtitles for few of my videos I add them when I get time it's a heavy task but its alright, thank you for suggesting the videos they are indeed some good topics
@bhuvideveloper3972
@bhuvideveloper3972 2 года назад
thankyou ravi sir, this kind of information 🙂
@CodeCat15
@CodeCat15 2 года назад
Glad this was helpful, plz feel free to ask questions and do share the video with your iOS group
@bhuvideveloper3972
@bhuvideveloper3972 2 года назад
@@CodeCat15 sure
@piyushagrawal08
@piyushagrawal08 2 года назад
Awesome video!
@CodeCat15
@CodeCat15 2 года назад
Thanks Piyush, glad this was helpful. Please feel free to ask questions and do share the video with your iOS group
@puneetpal1466
@puneetpal1466 2 года назад
Thanks Ravi :)
@CodeCat15
@CodeCat15 2 года назад
Most welcome 👍
@narenderchaudhary6145
@narenderchaudhary6145 2 года назад
Hi Ravi, Thanks for wonderful video you have made on SwiftUI. Please can you share some videos on auto layout with xib and storyboard and more complex UI.
@CodeCat15
@CodeCat15 2 года назад
Thanks Narender, I would like to keep the channel to Swift and clean coding aspects of programming as of now I cannot wait to continue my SwiftUI playlist and add some more videos on it. As of now there are no plans to add auto layout or constraints related videos as lot of swift topics and features are pending. Maybe somewhere in future
@Rahul-jf5kf
@Rahul-jf5kf 2 года назад
Hello Ravi, Can You please make Video on VIPER Architecture pattern and one more Video of comparison of MVC, MVP, MVVM and VIPER
@CodeCat15
@CodeCat15 2 года назад
I am planning to create a video on MVP, in a two part video but these days my schedule is pretty jacked with no time for the content creation but I'll try to make something very soon. Thank you for your suggestion Rahul
@AkashSingh-wk5xi
@AkashSingh-wk5xi Год назад
Hello Ravi, You are explaining the topics in a simpler manner, but in attached codebase when i run it on XCODE first time, element "i-Phone 13" is not removing from the stocks array but on very second run it is working fine. Any idea on this?
@prataprana2963
@prataprana2963 2 года назад
Learned a lot..!! But I am just thinking to avoid race conditions we could use barriers , semaphores and many more things. So just to avoid isolation changes ki hum kabhi wait k bad signal na lgana bhool jaye aur lock k baad unlock  introduced actors. Which is i think more complex like we will have to use await keyword, then Need to call queue in Task struct. Also there are many drawback like we cant use inheritance. So my point is just ki ek isolation change ki vjhaa se is it worth to use actors? But i think we can use if we have heavy task or module which need high concurrency..!!
@subhadeepchakraborty4638
@subhadeepchakraborty4638 2 года назад
Good video, learn new concepts.
@CodeCat15
@CodeCat15 2 года назад
Thanks for watching, do share the same with your iOS group and feel free to ask questions on this topic
@subhadeepchakraborty4638
@subhadeepchakraborty4638 2 года назад
@@CodeCat15 Please create some videos on Clean Swift Architecture.
@sohiniacharya3828
@sohiniacharya3828 Год назад
Hi Ravi, I had a question. You said enclosing the call of async function from viewDidLoad in Task makes the thread wait for the async function to finish.Does this mean Task{} makes an async function sync ? Thanks for making awesome videos btw !
@CodeCat15
@CodeCat15 Год назад
It's like a callback it knows which function called it and once the operation is done it sends the data of the operation back to the calling block.
@junglee-bee
@junglee-bee 2 года назад
Good video. Loved the delivery-boy/cash-on-delivery example for Task. However a slight correction @6:02 When using barrier, the read operation *can be* async too. It won't matter as long as barrier flag is set on write operations. Because the barrier flag's purpose is to make a concurrent queue a serial queue until it's task is completed. So as soon as a write operation is received, the queue becomes serial (due to the barrier flag) and all read operations will wait until the write is completed.
@lalitvinde1441
@lalitvinde1441 3 месяца назад
bro you have created let barrier = DispatchQueue(label: "barrierQueue") which is serial queue so indeed it gonna executed task serially, using .barrier flag doesn't make sense on serial queue.
@jiteshsharma9377
@jiteshsharma9377 2 года назад
Hi Ravi, could you please start DSA playlist or DSA Crash also in swift language. It would help a lot because your technique to teach or explain is super. So if possible please start or add Data Structure Algos also in your channel.
@CodeCat15
@CodeCat15 2 года назад
I am a little hesitant to start DSA playlist as it’s a huge ocean to step into Maybe few basic videos can be released but basics is something that’s not asked in interviews it’s always the intermediate and advance topics. It’s not like I don’t want to but then when I think about DSA am always left with a blank paper in front of me as to how do I start, what topics do I cover and how must this playlist end My take is just covering the basics will not do justice to such a huge topic so am still planning on this coz what matters to me is quality so I cannot just open up my laptop and start recording. As the channel is growing am being more strict and disciplined with the content I release and a topic like DSA surely needs good amount of planning.
@jiteshsharma9377
@jiteshsharma9377 2 года назад
​@@CodeCat15 Yes I totally agree with your words but I need to know could we start DSA in swift language or we have to brush up C++ or Java language to start in DSA. Because in swift we don't have much tutorials or internet stuff to learn or practice. So on this what's your take? Please suggest.
@swatitompe7726
@swatitompe7726 2 года назад
Hi Ravi, I highly request you to make a video on Service oriented architecture
@CodeCat15
@CodeCat15 2 года назад
if you look at the MVVM and MVC videos you can say they follow service oriented architecture, by definition of SOA it means that you structure your application by decomposing it into multiple services (most commonly as HTTP services) that can be classified as different types like subsystems or tier All the videos in this channel promote decomposition and following SRP (single responsibility principle) which are the key in SOA, every decomposed layer is a self-contained unit of functionality , designed to complete a specific task.
@swatitompe7726
@swatitompe7726 2 года назад
@@CodeCat15 Thank you so much Ravi for replying. Really it means a lot to me.
@thejask2765
@thejask2765 2 года назад
Briefly explained
@CodeCat15
@CodeCat15 2 года назад
Glad it was helpful, do share the video with your iOS group
@shaktiprakash
@shaktiprakash Год назад
Nice 👍, could you please make a video on how to use a actor as Singleton class which has only one instance throughout app lifetime
@CodeCat15
@CodeCat15 Год назад
I would not recommend that, actors can be used in a utility class but not inside a singleton. There should be no code inside a singleton that has to deal with read/write database operations because of the havoc it may create afterwards.
@shaktiprakash
@shaktiprakash Год назад
I have a Singleton class which is doing read / write using private queue with barrier So planning to change by using actor
@CodeCat15
@CodeCat15 Год назад
Is it doing reads in database or some global states? And is this done in a multi threaded environment? If not then you don’t need this singleton to be thread safe. Ideally I won’t recommend doing any db operations or file read write in singleton. You must create a separate utility or repository class based on your use cases
@shaktiprakash
@shaktiprakash Год назад
Yes it's used for global state with multi threads environment
@pravinparmar3622
@pravinparmar3622 Год назад
Why needed actor?
@CodeCat15
@CodeCat15 Год назад
Coz in general semaphores can cause deadlocks whereas actors handle the situation more gracefully than semaphores
@pravinparmar3622
@pravinparmar3622 Год назад
@@CodeCat15 thanks you
Далее
async await with API example | Swift Hindi tutorial
22:03
ШАР СКВОЗЬ БУТЫЛКУ (СКЕРЕТ)
00:46
Ayollar orzusidagi er😂😂
01:01
Просмотров 832 тыс.
Difference between weak and unowned in Swift
16:20
Просмотров 14 тыс.
Factory design pattern in swift | Hindi tutorial
14:26
Understanding Actors in Swift
13:11
Просмотров 4,5 тыс.
What is Any and AnyObject in swift iOS Hindi Tutorial
10:57
ШАР СКВОЗЬ БУТЫЛКУ (СКЕРЕТ)
00:46