Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the efficient alternatives to threads, known as executors, which allow the redesign of applications by specifying tasks to different pools. It also delves into mutual exclusion properties, focusing on the readers-writers problem, critical sections, synchronized blocks, and monitors in Scala and JVM.