X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d117a5908ecb0e19765890a3607ccedd81de2fa..7c369294a45d31c519186fcb6cb10670ec1c1ac8:/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