Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add isend in Task
[simgrid.git] / examples / async / Slave.java
index f1a8fab..ab07cac 100644 (file)
@@ -40,6 +40,7 @@ public class Slave extends Process {
                                                        comm = null;
                                                        break;
                                                }
+                                               Msg.info("Received a task");
                                                Msg.info("Received \"" + task.getName() +  "\". Processing it.");
                                                try {
                                                        task.execute();