Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add actor-exiting in C
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 11 Feb 2020 05:22:23 +0000 (06:22 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 11 Feb 2020 22:24:15 +0000 (23:24 +0100)
commitfbc2afa9f040b65a0e8b5703e8eae55d26ba0691
treec1e2023f9e3a0bdf052628fd67727767b75eade3
parent2f861a9b324ea347f15e94b5f2a789af53549b5a
add actor-exiting in C

This is a shorter counterpart to the C++ example as signals cannot be
used. The only way to be informed of the termination of an actor is
thus to rely on the sg_actor_on_exit function.
MANIFEST.in
examples/c/CMakeLists.txt
examples/c/actor-exiting/actor-exiting.c [new file with mode: 0644]
examples/c/actor-exiting/actor-exiting.tesh [new file with mode: 0644]