Awesome explanation for this topic out there, Never heard details about this topic this deep. Keep up the good work!
@iCode_Happy_Coding3 жыл бұрын
Thanks Aafaq, glad that you liked the video 🙂
@radharamana97623 жыл бұрын
@@iCode_Happy_Coding Hi Pallav, you are trying to change background color in background thread but that didn't work however add a view in background thread which is expensive operation. Howcome adding a view worked here? My understanding is it should happen in main thread and why it is not crashing for queue1 operation? correct me if my understanding is wrong
@matrixRule1273 жыл бұрын
Hi Pallav, coming here from linkedin!! Awesome explanation..!! Looking forward for more!! Thanks for sharing.
@iCode_Happy_Coding3 жыл бұрын
Glad that you liked it. A new video comes every Sunday, please stay tuned :)
@ShuklaAmbuj2 жыл бұрын
Nice explanation, so where is the place we can use sync blocks, can you please give some example ?
@rushabhsingh21483 жыл бұрын
Thank you. Need more detail videos on multithreading topics
@iCode_Happy_Coding3 жыл бұрын
Sure Rushabh, I'll keep it in mind while deciding the topic and will try to cover concurrency in upcoming videos.
@maniios74462 жыл бұрын
hi ,plz do for closure. where we have to based on differences escaping and non escaping ..
@radharamana97623 жыл бұрын
Hi Pallav, you are trying to change background color in background thread but that didn't work however add a view in background thread which is expensive operation. Howcome adding a view worked here? My understanding is it should happen in main thread and why it is not crashing for queue1 operation? correct me if my understanding is wrong
@shiviagarwal91343 жыл бұрын
Same question. Please reply Pallav.
@King-DieGo-125 ай бұрын
view is not part of view hierarchy yet, (addSubview is done after color is set to blue), so change in color to blue wont have any affect, but once view is added to subview, any color change is to be done in main thread
@bohdanbochkovskyi852 Жыл бұрын
Thank you for the explanation!
@brindham49902 жыл бұрын
Clear explanation with example👌🙂
@manish007483 жыл бұрын
Please upload one on MVVM with some example. The ones on Internet doesn’t provided a clear context
@iCode_Happy_Coding3 жыл бұрын
Sure Manish. Thanks for the suggestion, I’ll try to cover that. :)
@vaibhavshiledar82133 жыл бұрын
Very nice explanation sir
@iCode_Happy_Coding3 жыл бұрын
Glad you liked it :)
@vaishurao48143 жыл бұрын
Thanks for neat and clean explanation ! 🤗👍
@iCode_Happy_Coding3 жыл бұрын
Thank you Vaishu 🙂
@yogeshkumarverma21254 ай бұрын
Thanks man!
@priyasrivastava46793 жыл бұрын
Great explanation!
@iCode_Happy_Coding3 жыл бұрын
Glad that you liked it 🙂
@jai61332 жыл бұрын
Why we have sync and async both serial and concurrent task??
@thahiraf13173 жыл бұрын
please add some SwiftUI related videos.
@akashrevanna53273 жыл бұрын
Thank you brother 😊🙏
@iCode_Happy_Coding3 жыл бұрын
Glad that you found the video helpful 🙂
@vivekgupta88273 жыл бұрын
Nicely explained
@iCode_Happy_Coding3 жыл бұрын
Thank you so much 🙂
@Aditya-Pathak3 жыл бұрын
Great Pallav 👍🏼
@iCode_Happy_Coding3 жыл бұрын
Thanks Aditya. I'm glad that you liked it :)
@anshjain063 жыл бұрын
Good content. Keep it up.
@iCode_Happy_Coding3 жыл бұрын
Thanks sir. Glad you liked it.
@victorriurean10 ай бұрын
@manjeetchoudhary58609 ай бұрын
🎉🎉🎉
@vaibhavshiledar82133 жыл бұрын
Please upload video tutorials regularly sir
@iCode_Happy_Coding3 жыл бұрын
Yes, new video will be posted every Sunday. Please stay tuned.