X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a001b13d7aa269a90f035f58c71778c6812b07f6..c4f055b70f68bb462cefb9e4ecea8a3d5320dd0d:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index c581f801a2..97be9a1597 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -45,7 +45,8 @@ documentation, but it should remain readable directly. Illustrates how to have non-blocking communications, that are communications running in the background leaving the process free to do something else during their completion. The main functions - involved are @ref put_async and @ref get. + involved are @ref simgrid::s4u::Comm::put_async and + @ref simgrid::s4u::Comm::wait(). - Waiting for all communications in a set. @ref examples/s4u/async-waitall/s4u-async-waitall.cpp\n