Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[simix] .wait() and .is_ready() on simix::Future
[simgrid.git] / teshsuite / simix / generic_simcalls / generic_simcalls.tesh
index 25c22ef..0bb08af 100644 (file)
@@ -9,3 +9,7 @@ $ ${bindir:=.}/generic_simcalls --cfg=contexts/stack-size:96 ${srcdir:=.}/exampl
 > [Tremblay:master:(0) 30.000000] [test/INFO] kernelSync with value returned with 42
 > [50.000000] [test/INFO] kernelAsync with value
 > [Tremblay:master:(0) 50.000000] [test/INFO] kernelAsync with value returned with 43
+> [Tremblay:master:(0) 50.000000] [test/INFO] The future is not ready
+> [60.000000] [test/INFO] kernelAsync with value
+> [Tremblay:master:(0) 60.000000] [test/INFO] The future is ready
+> [Tremblay:master:(0) 60.000000] [test/INFO] kernelAsync with value returned with 43
\ No newline at end of file