Attila Domokos
01/24/2020, 5:24 PMAttila Domokos
01/24/2020, 5:25 PMsimon.vergauwen
01/24/2020, 9:40 PMIO
type, which is equivalent to suspend () -> A
and many powerful concurrency primitives like Semaphore
, Ref
, Promise
, etc. They all guarantee resource safety, while offering powerful concurrent and parallel combinators and automatically cancellation support. (In the future also suspend () -> Either<E, A>
)
In contrast to KotlinX Coroutines, which offers an eager implementation of Kotlin’s suspend system with cooperative cancellation support and a cold stream implementation.”raulraja
01/25/2020, 12:20 AMraulraja
01/25/2020, 12:22 AMraulraja
01/25/2020, 12:24 AMraulraja
01/25/2020, 12:27 AM