Add link to stm tutorial

This commit is contained in:
Michael Snoyman 2018-01-05 03:51:41 +02:00
parent 2c46dcccdf
commit 496cdc0c13
No known key found for this signature in database
GPG key ID: A048E8C057E86876

View file

@ -688,6 +688,7 @@ echo app = runConduit $ appSource app .| appSink app
## Concurrency
* tl;dr: use `UnliftIO.Async` and `UnliftIO.STM`
* https://haskell-lang.org/library/stm
* https://haskell-lang.org/library/async
---