Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
useless call
[simgrid.git] / examples / s4u / exec-async / s4u-exec-async.cpp
index 6b45285..484682f 100644 (file)
@@ -33,7 +33,6 @@ static void monitor()
              100 * activity->get_remaining_ratio());
     simgrid::s4u::this_actor::sleep_for(0.3);
   }
-  activity->wait();
 
   XBT_INFO("Goodbye now!");
 }