Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 323 Bytes

File metadata and controls

11 lines (9 loc) · 323 Bytes

multithread

This repository is designed to solve tasks for self-education in multithreading solutions.

The main language to solve all tasks is Python 3+ Alternative language used is C++

The following excercises are goin' to be solved:

  • Mutual exclusion
  • Producer / consumer
  • Philosophers' dinner
  • Readers / Writers