ch 5.

Kotlin Coroutine

&

Parallelization

return to Outline

References

TODO #1

- suspend
- Continuation
- either {}
- runBlocking {}
- coroutineScope {}: launch, async/await
- withContext()

TODO #2

- Parallelization
    - parZip
    - parTraverse, parTraverseEither, parTraverseValidated
    - parSequence
    - raceN
- Schedule
    - repeat
    - retry