Coroutines launch vs async | join & await : Kotlin Fundamentals - 54

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 7

  • @uditshaw5052
    @uditshaw5052 7 місяців тому

    Thank you so much Anil Sir for making the Kotlin Fundamentals Playlist. Completed it full in 2 weeks and can feel much confident about the knowledge I have gained.
    Though the playlist contains videos which are 2 years older from now but still it was able to give me so much knowledge that the paid courses on many different platforms were not able to give me.
    Thank you sir once again.

  • @faridlotfabadi1761
    @faridlotfabadi1761 Рік тому

    Thank you Mr. Deshpande. I learned so much from you.

  • @jorgedavid6798
    @jorgedavid6798 Рік тому

    Great great job man 👌

  • @mohdameer0634
    @mohdameer0634 10 місяців тому

    Hi Anil Thankyou for the informative video.
    with launch we should use join and with Async we should go with await. But then i am able to use async with join and its not giving any compilation error.
    I am able to execute the code as well. What should we conclude from this. Thoughts ?

    • @Codetutor-DemystifyCoding
      @Codetutor-DemystifyCoding  10 місяців тому

      Very good question, you are on right trail.
      I will give you a small hint - it's all about how exceptions are handled in each case that differs 😉

  • @TheJaganmohan
    @TheJaganmohan 5 місяців тому

    sir please do videos on flows and channels if you have videos on it , please send the links, thanks

    • @Codetutor-DemystifyCoding
      @Codetutor-DemystifyCoding  5 місяців тому

      it's in my bucket list. Right now I am busy with SOLID principles series and then Dependency injection will start. Flows will some some time soon later. Stay tuned. Hope you have subscribed to get notified when video drops. Thanks for commenting.