Videos: Concurrency

Playlist

slides: concurrency.pdf

Concurrency is a property of some computations, where multiple threads of control overlap. Different constructs enable concurrent programs to be implemented in different ways.

The example implementations described in these videos are available as concurrent.zip.