Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
task can now pass tokens (void*) to other tasks. add example using tokens and apache...
authorAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 12 Jun 2023 15:42:42 +0000 (17:42 +0200)
committerAdrien Gougeon <adrien.gougeon@ens-rennes.fr>
Mon, 12 Jun 2023 15:42:42 +0000 (17:42 +0200)
commitefee1893d1b905f1181db807b66965f1828dcea2
tree76d7739c44395176bb62bd474657fae108698ce5
parent3c857e53e50d9af3e27a8709343e18a9e38c010a
task can now pass tokens (void*) to other tasks. add example using tokens and apache storm terminology
MANIFEST.in
examples/cpp/CMakeLists.txt
examples/cpp/task-storm/s4u-task-storm.cpp [new file with mode: 0644]
examples/cpp/task-storm/s4u-task-storm.tesh [new file with mode: 0644]
include/simgrid/plugins/task.hpp
src/plugins/task.cpp