mpostol / TP

Programming in Practice - set of examples targeting education purpose.
http://mpostol.github.io/TP/
Apache License 2.0
52 stars 38 forks source link

CP Project Structure #408

Closed mpostol closed 1 month ago

mpostol commented 1 month ago

Describe problem

Project structure must be defined

Describe the solution you'd like

Proposed structure:

Fundamentals:

Critical Section:

Threads Synchronization:

Threads Communication:

Real-Time Programming:

List of tasks to be accomplished

mpostol commented 1 month ago

Consider adding

  1. Thread creation in Fundamentals
  2. asynchronous programming in Fundamentals