X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4f055b70f68bb462cefb9e4ecea8a3d5320dd0d..cb384017166c74fdfd75b07c8a80b1af46c9447d:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 97be9a1597..9de079760f 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -83,6 +83,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 @ref yield function interrupts the execution of the + current actor, leaving a chance to run to the other actor + that are ready to run at the exact same timestamp + @section s4u_ex_synchro Inter-Actor Synchronization - Mutex: @ref examples/s4u/mutex/s4u-mutex.cpp \n