From ef391353fbf78c117b765bd844fcd7e2ecbe3cd4 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 17 Apr 2019 17:00:26 +0200 Subject: [PATCH] doc: 2 more internal references --- examples/s4u/README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index 8fce725878..1fab295d2f 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -80,6 +80,10 @@ Starting and Stoping Actors Inter-Actors Interactions ------------------------- +See also the examples on :ref:`inter-actors communications +` and the ones on :ref:`classical +synchronization objects `. + - **Suspend and Resume actors:** Actors can be suspended and resumed during their executions. @@ -149,6 +153,8 @@ also the tesh files in the example directories for details. Activities: what Actors do ========================== +.. _s4u_ex_communication: + Communications on the Network ----------------------------- @@ -256,6 +262,8 @@ result in short reads and short write, as in reality. i.e. when the accessed disk is not mounted on the caller's host. |br| `examples/s4u/io-file-remote/s4u-io-file-remote.cpp `_ +.. _s4u_ex_IPC: + Classical synchronization objects --------------------------------- -- 2.20.1