Multithreading and Concurrency in iOS apps | iOS Dev Live Mentoring

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • Learn why and how to handle concurrency in iOS apps. Also, how to decide between delegates or closure callbacks.
    Join the iOS Lead Essentials program iosleadessenti...
    Like and share this content with someone that you believe will benefit from it. See you in the next episode.
    ---
    How to Build iOS Apps with Swift, TDD & Clean Architecture series↴
    www.essentiald...
    Caio & Mike's Book Suggestions ↴
    www.essentiald...
    ---
    Subscribe to our channel ↴
    www.youtube.co...
    You can also find us on ↴
    Twitter ☛ / essentialdevcom
    Facebook ☛ / essentialdeveloper
    Instagram ☛ / essentialdeveloper
    LinkedIn ☛ / essentialdeveloper
    Caio ↴
    Twitter ☛ / caiozullo
    LinkedIn ☛ / caiozullo
    Mike ↴
    Twitter ☛ / mrmichael
    LinkedIn ☛ / mapostolakis
    Join the iOS Lead Essentials program ↴
    iosleadessenti...
    Visit our website ↴
    essentialdevel...

ความคิดเห็น • 8

  • @jeffrysandypurnomo5558
    @jeffrysandypurnomo5558 2 หลายเดือนก่อน +1

    Hello Caio and Mike, I want to ask, where i could watch that Academy Mentoring Session 13? thankyouu

    • @EssentialDeveloper
      @EssentialDeveloper  2 หลายเดือนก่อน

      Hi! This session is only available to students of the iOS Lead Essentials program - check it out if you're interested: iosacademy.essentialdeveloper.com/p/ios-lead-essentials/

  • @KimbrellBrad
    @KimbrellBrad 2 ปีที่แล้ว

    You truly clarified Delegates and Protocols here! I am getting there...just not as quickly as I had hoped. Never giving up tho! I love this stuff!

  • @awais.fayyaz
    @awais.fayyaz 3 ปีที่แล้ว

    Great work and keep up!

  • @ihsanhusnul
    @ihsanhusnul 3 ปีที่แล้ว

    Awesome topic.. This context I much touch up for last year. bcoz I should improve the performance and crash for an app with million users.
    I am curious about what kind of issues had you mentioned about creating too much pool thread.
    It's related to responsiveness or some crash potential?
    should I create an abstraction to handle devices with limited core CPU? can you mention a library which same with abstraction try to aim?
    thanks 🙏🏻

    • @EssentialDeveloper
      @EssentialDeveloper  3 ปีที่แล้ว +1

      Hi Ihsan! Using many private queues or async blocks on concurrent queues can lead to "thread explosion" (creating too many threads). I recommend you watch this WWDC session: developer.apple.com/videos/play/wwdc2015/718/

  • @rabinpun3691
    @rabinpun3691 3 ปีที่แล้ว +1

    today i know when to use closure and delegate thanks.