X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/649bd7b5c26e344eee9bd9a70625e644d302ba3d..66fa1f8b56e161c3d46f91763a4edc82d9eb6cd1:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 78c993321d..c581f801a2 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -40,6 +40,13 @@ documentation, but it should remain readable directly. @section msg_ex_async Asynchronous communications + - Basic asynchronous communications. + @ref examples/s4u/async-wait/s4u-async-wait.cpp \n + 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. + - Waiting for all communications in a set. @ref examples/s4u/async-waitall/s4u-async-waitall.cpp\n The @ref simgrid::s4u::Comm::wait_all() function is useful when you want to block