energystorm51 / Multi-Threaded-Network-Server-for-Pattern-Analysis

A high-performance multi-threaded network server capable of managing incoming connections, processing text data, and analysing patterns within the data.
0 stars 1 forks source link

Manage the Shared List #4

Closed energystorm51 closed 1 month ago

energystorm51 commented 1 month ago

The Shared List stores and links every line read across all thread. There are three functionalities required for this Shared List.

Acceptance criteria:

  1. The list needs to be updated to manage multiple readers.
  2. The list needs to keep track of each book.
  3. The list needs to print a book.