Kotlin Coroutines Tutorial, Part 1: Suspend Functions, Coroutine Scopes, Async and More

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

КОМЕНТАРІ • 28

  • @olivereisenbarth5476
    @olivereisenbarth5476 Рік тому +16

    Great video, hope to see more Kotlin content from you! 👍🏻

  • @bobyrasta100
    @bobyrasta100 Рік тому +1

    This guy knows his stuff, thanks for teaching me the meat of coroutines.

  • @walrider7374
    @walrider7374 Рік тому +3

    Bro, this is much better than many stuff I've watch in Udemy that I paid for

  • @user-cm4ce5fh4q
    @user-cm4ce5fh4q Рік тому +1

    Finally, you start using Kotlin to rock the JVM.

  • @saiaussie
    @saiaussie Рік тому +2

    Hey Daniel, this is quite brilliant. Advanced stuff made really simple.

  • @RookSoto
    @RookSoto Рік тому +9

    I took your Scala Basics and Advanced Scala courses. They were excellent. I would love to take Kotlin courses offering a similar level of depth. Please do consider creating something like that, they would be most welcome!

  • @loopnervoso
    @loopnervoso 5 місяців тому +2

    Awesome video, I'm starting to learn Coroutines and your content is superb.

  • @albertopillado6890
    @albertopillado6890 11 місяців тому +1

    Great explanation buddy! Thanks for the knowledge!

  • @UdavPit
    @UdavPit Рік тому +4

    Good description of Coroutines Daniel, do not stop this topic. Maybe you will also make some videos about Channels and Flow? Or even dedicated couse on RockTheJVM?

  • @zhou322
    @zhou322 Рік тому +1

    excellent video, looking forward to se more kotlin videos.

  • @TheProximator
    @TheProximator Рік тому +1

    Impressive man, more coroutine video please :)

  • @plissk3n1337
    @plissk3n1337 5 місяців тому +1

    Would love to see an advanced Kotlin course from you, anything in the works?

    • @rockthejvm
      @rockthejvm  5 місяців тому +1

      Yes! Coroutines, Arrow and advanced language features, all in the making

  • @Vekinho5
    @Vekinho5 Рік тому +1

    Great explanation! 👍

  • @LongLiveEnduro
    @LongLiveEnduro 8 місяців тому

    Hope you make a Kotlin course soon (I am coming from Scala, but job/project offers there get rare)

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

    Just out of curiosity, why do you upload your videos in 2160p? Is your IntelliJ window even 2160pixels tall?

  • @iamrigank
    @iamrigank 11 місяців тому +1

    Please make more Kotlin

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

    Author, any plans to create a comparation video: scala vs kotlin, pluses/minuses? With deep comparations.

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

    superb video

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

    What? When did you learn Kotlin?
    Is there anything equivalent to Kotlin coroutines in Scala?

    • @MirrorsEdgeGamer01
      @MirrorsEdgeGamer01 Рік тому +1

      I think it was mentioned in the video. I think it’s called fibres.

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

    I wonder of how to do this: launching n jobs concurrently and starting another job when any m jobs finish.

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

    What, does that mean that coroutines act similar as an IO Monad?

    • @rockthejvm
      @rockthejvm  Рік тому +1

      Effects are a different concept altogether. Coroutines and _fibers_ are the same concept (that of "light thread").