Asynchronous Programming with Kotlin Coroutines in Spring

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Coroutines is a new feature in Kotlin. It allows for writing an asynchronous code almost like it was regular/synchronous. If you combine it with Spring you'll get a powerful tool for creating fast, scalable, non-blocking applications. In this session, I'll show how coroutines can be used in Spring-based applications, what sort of problems can be encountered and how to solve them. I'll also present a glimpse of the spring-kotlin-coroutine library, which is a one-stop solution for Spring/coroutines interoperability.
    Speakers:
    Konrad Kamiński
    Software Engineeer, Allegro.pl
    Filmed at SpringOne Platform 2018

Komentáře • 4

  • @CyberDevNet
    @CyberDevNet Před 5 lety +3

    Konrad Kamiński - So much skilled. Don't know how much time will it take for one to be that fluent in coding.

  • @ehsansasanian9653
    @ehsansasanian9653 Před rokem

    Awesome - Well done. thank you!

  • @gustavorocha4139
    @gustavorocha4139 Před 2 lety +1

    Sadly seems that this has been deprecated or no longer supported