X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/99ee786a00c5a626f69d22a0130145cf1b998fe1..b637025b00d12fb4661df551d70b508bf17b8b90:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 78254fbd73..6c88294972 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -101,6 +101,12 @@ documentation, but it should remain readable directly. @ref examples/s4u/actor-migration/s4u-actor-migration.cpp \n Actors can move or be moved from a host to another with the @ref migrate method. + - Yielding to other actor. + @ref examples/s4u/actor-yield/s4u-actor-yield.c\n + The simgrid::s4u::this_actor::yield() function interrupts the + execution of the current actor, leaving a chance to the other actors + that are ready to run at this timestamp. + @section s4u_ex_synchro Inter-Actor Synchronization - Mutex: @ref examples/s4u/mutex/s4u-mutex.cpp \n