Functional programming in Kotlin with Arrow.kt
December 5, 2021
Webinar with Anton Arhipov & Alejandro Serrano about functional microservices with Ktor and Arrow.
December 5, 2021
Webinar with Anton Arhipov & Alejandro Serrano about functional microservices with Ktor and Arrow.
November 28, 2021
Coroutines is one of the most liked features in Kotlin. Most people are familiar with the KotlinX Coroutines implementation,
and many are also familiar with suspendCoroutine
from the Kotlin Standard Library and then have also come across Continuation
.