lab_synchronization (1)
lab_synchronization (1)
void Cook(){
while (true) {
serveSandwiches();
}
}
A sandwiches.c file is provided as supplementary material to be used as a starting point for the implementation. Pay
attention to the comments found inside that file.