This commit is contained in:
Minh VU
2024-12-03 16:28:22 +01:00
parent f47f77dc00
commit da7acb79c4
3 changed files with 6 additions and 11 deletions

View File

@@ -9,7 +9,8 @@ public class Cuisinier extends Thread {
}
public void run(){
while(Thread.currentThread().isDaemon()){
while(Thread.currentThread().isDaemon()){
//while(true){
Client client= stand.attendClient();
if(client!= null){
faire_cuire(client);