X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4636dcbf566244aa2c2bff539d0410dae1071c81..fcb0b0f21b4416e7cae17a50d9534bb46f81946c:/include/simgrid/s4u/conditionVariable.hpp diff --git a/include/simgrid/s4u/conditionVariable.hpp b/include/simgrid/s4u/conditionVariable.hpp index 3b03bca7ff..d3e777e6ae 100644 --- a/include/simgrid/s4u/conditionVariable.hpp +++ b/include/simgrid/s4u/conditionVariable.hpp @@ -18,16 +18,15 @@ #include #include -#include +#include namespace simgrid { namespace s4u { -class Mutex; - -/** A condition variable +/** @brief A condition variable + * @ingroup s4u_api * - * This is based on std::condition_variable and should respect the same + * This is a drop-in replacement of `std::condition_variable` and should respect the same * semantic. But we currently use (only) double for both durations and * timestamp timeouts. */