Talk 45:00

Concurrent All the Way Down: Functional Concurrency with Libretto

In this talk, I will present Libretto, a Scala DSL that is concurrent by default, with no notion of a thread. The goal is for causal dependence to be the only form of sequencing. Everything else is automatically concurrent—no need to manage concurrency manually.