Skip to content

Repo containing files, used to explore the concepts of Concurrency and Parallelism in Python

Notifications You must be signed in to change notification settings

disertus/Exercises_Concurrent-and-parallel-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Concurrent and Parallel execution exercises

This repo contains files, which were used to play around with the concepts of Concurrency and Parallelism in Python.

I used Threads to explore the main types of problems, which may occur when they access a shared piece of memory, and ways to prevent them:

  • Data races
  • Deadlocks
  • Livelocks

About

Repo containing files, used to explore the concepts of Concurrency and Parallelism in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages