@@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
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
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
Awesome explanation for this topic out there, Never heard details about this topic this deep. Keep up the good work!
Thanks Aafaq, glad that you liked the video 🙂
@@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
Nice explanation, so where is the place we can use sync blocks, can you please give some example ?
hi ,plz do for closure. where we have to based on differences escaping and non escaping ..
Hi Pallav, coming here from linkedin!!
Awesome explanation..!! Looking forward for more!!
Thanks for sharing.
Glad that you liked it. A new video comes every Sunday, please stay tuned :)
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
Same question. Please reply Pallav.
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
Thank you. Need more detail videos on multithreading topics
Sure Rushabh, I'll keep it in mind while deciding the topic and will try to cover concurrency in upcoming videos.
Clear explanation with example👌🙂
Thank you for the explanation!
Please upload one on MVVM with some example. The ones on Internet doesn’t provided a clear context
Sure Manish. Thanks for the suggestion, I’ll try to cover that. :)
Very nice explanation sir
Glad you liked it :)
Why we have sync and async both serial and concurrent task??
Thanks for neat and clean explanation ! 🤗👍
Thank you Vaishu 🙂
Thanks man!
Great explanation!
Glad that you liked it 🙂
Great Pallav 👍🏼
Thanks Aditya. I'm glad that you liked it :)
please add some SwiftUI related videos.
Nicely explained
Thank you so much 🙂
Good content. Keep it up.
Thanks sir. Glad you liked it.
Thank you brother 😊🙏
Glad that you found the video helpful 🙂
🎉🎉🎉
Please upload video tutorials regularly sir
Yes, new video will be posted every Sunday. Please stay tuned.
Good content. Keep it up.
Thanks Yogesh, glad that you liked it :)