https://github.com/systemfw/scala-world-2019
Slides for my talk on Fibers
https://github.com/systemfw/scala-world-2019
Last synced: 8 months ago
JSON representation
Slides for my talk on Fibers
- Host: GitHub
- URL: https://github.com/systemfw/scala-world-2019
- Owner: SystemFw
- Created: 2019-08-17T16:05:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T00:25:12.000Z (over 1 year ago)
- Last Synced: 2025-04-02T23:33:07.020Z (12 months ago)
- Language: Scala
- Homepage:
- Size: 3.49 MB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How do Fibers work: a peek under the hood
Slides for my talk at Scala World Summit 2019. You can look at them online at https://systemfw.github.io/Scala-World-2019/#/ (use the spacebar to advance). The video for the talk is [here](https://www.youtube.com/watch?v=x5_MmZVLiSM).
The images in the slides were drawn as ASCII diagrams with http://asciiflow.com, and converted to cool "hand-written" PNGs with http://shaky.github.bushong.net
## Description
In this talk we will go on a journey in the implementation of the
concurrency model at the heart of cats-effect and fs2, starting from a
conceptual model of concurrency all the way down to the low level `IO`
interpreter.