fokot / zio-crash-course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZIO crash course

WIP probably never will be done as ZIO will soon have a book

Content

  1. Introduction

    • zio.App
  2. Environment and layers

    More on topic:

  3. Concurrent and parallel programming

    • fibers (ensuring)
    • scheduling
    • combinators (race, raceAll, zipPar, on, forEachPar etc.)

    More on topic:

  4. Integrating with non-FP scala and java code

    • Futures
    • Callbacks
    • Blocking
  5. Integrating with FP scala code

  6. Resource management

    • bracket
    • Managed
  7. Error handling

  8. Tests

  9. STM

  10. Final project

About


Languages

Language:Scala 100.0%