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...
[simgrid.git] / src / plugins / task.cpp
2023-06-12 Adrien Gougeontask can now pass tokens (void*) to other tasks. add...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschPostpone the destruction of Task::current_activity_.
2023-06-06 Arnaud GierschVarious cleanups in Task plugin.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'fix-sonar-task' into 'master'
2023-06-05 Adrien Gougeonmore sonar fix
2023-06-05 Adrien Gougeonfix sonar warnings
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.