08 Aug Concurrent pattern for a restusturant!
Please answer the below question as per the instructions and add words with explanation
WK7 D8: Concurrent pattern for a restusturant!
Restaurants often employ a host or hostess who is responsible for greeting patrons and keeping track of the order in which they will be seated if the restaurant is busy and it is necessary to queue them waiting for an available table. The host or hostess is ‘shared’ by all the patrons and thus cannot spend much time with any given party. After patrons are seated at a table, a waiter or waitress is dedicated to service that table.
According to this description, which concurrent design pattern can be used to design a solution for a restaurant that applies the model described above? After choosing the pattern, map each entity of the solution to a component of the design pattern (e. g., the the waiter or waitress is …).
