X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c82612f115c9741b134e7cba11e28bb706acacd7..22e6546d2c6f14864cc93c4ed1470d8e8c1e2d95:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index a3763fb427..96691c5b7f 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -82,6 +82,11 @@ documentation, but it should remain readable directly. Actors can be suspended and resumed during their executions thanks to the @ref suspend and @ref resume methods. + - Priority actors. + @ref examples/s4u/actor-priority/s4u-actor-priority.cpp \n + Actors can be launched according their priorities thanks to the @ref + execution method. + - Kill actors. @ref examples/s4u/actor-kill/s4u-actor-kill.cpp \n Actors can forcefully stop other actors with the @ref kill method.