Added baton trick

This commit is contained in:
Michael Snoyman 2015-03-10 12:40:35 +02:00
parent 0d09c125df
commit 7fa35b4c87

View file

@ -120,6 +120,7 @@ topics:
* The async package
* Common concurrency patterns (e.g., the auto-update package)
* "Passing the baton" to control flow of execution between threads, using `MVar` for two threads, `TVar` for multiple threads
* Concurrency patterns: worker threads, signals, blocking on TVars
* STM: blocking semantics around mutable variables
* resource-pool