X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9b336fd19ff354bdf49ff12183e92e678da007a..4542c9b5320d863afc041a1d9eada0f27e133086:/include/simgrid/s4u/Exec.hpp diff --git a/include/simgrid/s4u/Exec.hpp b/include/simgrid/s4u/Exec.hpp index d4149aabf8..ac5b5f6c53 100644 --- a/include/simgrid/s4u/Exec.hpp +++ b/include/simgrid/s4u/Exec.hpp @@ -50,8 +50,7 @@ public: static ExecPtr init(); Exec* start() override; - Exec* wait() override; - Exec* wait_for(double timeout) override; + /*! take a vector of s4u::ExecPtr and return when one of them is finished. * The return value is the rank of the first finished ExecPtr. */ static int wait_any(std::vector* execs) { return wait_any_for(execs, -1); }