Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove an example that is a dupplicate of another one
[simgrid.git] / examples / README.rst
index 5da9c36..c7a55a2 100644 (file)
@@ -346,6 +346,8 @@ free to do something else during their completion.
 Waiting for communications with timeouts
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+There is two ways of declaring timeouts in SimGrid. ``waituntil`` let you specify the deadline until when you want to wait, while
+``waitfor`` expects the maximal wait duration.
 This example is very similar to the previous one, simply adding how to declare timeouts when waiting on asynchronous communication.
 
 .. tabs::