Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny doc improvement
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 21:03:01 +0000 (22:03 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 15 Mar 2019 21:03:01 +0000 (22:03 +0100)
src/s4u/s4u_Comm.cpp

index 16b1284..39a46e1 100644 (file)
@@ -136,7 +136,7 @@ Comm* Comm::wait()
 
 /** @brief Block the calling actor until the communication is finished, or until timeout
  *
- * On timeout, an exception is thrown.
+ * On timeout, an exception is thrown and the communication is invalidated.
  *
  * @param timeout the amount of seconds to wait for the comm termination.
  *                Negative values denote infinite wait times. 0 as a timeout returns immediately. */