nh2 / haskellerz-async-tutorial-2020

Async tutorial (my HaskellerZ 2020 talk)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async tutorial 2020 (HaskellerZ talk)

by Niklas Hambüchen

This provides the files we will start with in the tutorial.

You can clone this repo and then follow along the talk.

Relevant links

Notes during the tutorial

Look at the live-tutorial branch to see how the code evolved.

Summary of what you should remember

  • How does concurrency work in Haskell?
  • What are the underlying primitives?
  • What does async do?
  • what functions to use in practice?
  • What are common mistakes?

About

Async tutorial (my HaskellerZ 2020 talk)


Languages

Language:Haskell 100.0%