Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 938 Bytes

2019-functional-concurrency-in-scala-101.md

File metadata and controls

21 lines (16 loc) · 938 Bytes
layout title description comments author youtube
page
Functional Concurrency in Scala 101
Presentation from ScalaMatsuri 2019, by Piotr Gawryś, on concurrency basics in FP.
true
p_gawrys
MeOs9SeO8-c

Presentation from ScalaMatsuri 2019 by Piotr Gawryś:

{% include youtube.html ratio=56.25 %}

Abstract

Using IO Monads for concurrency gains a lot of recognition lately. However, Functional Programming and JVM’s concurrency model are challenging to learn separately, let alone together. There are many terms like green threads, thread shifting, brackets or fairness thrown around but what are those and why should we keep them in mind?

Starting from the basics, this talk aims to cover all of these. I hope any listener can walk out with enough knowledge to make a confident jump into FP libraries like Cats-Effect, Monix or ZIO.