Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add simgrid::plugins::Token. switch from get_tokens to get_next_token_from
[simgrid.git] / include / simgrid / plugins / task.hpp
2023-06-15 Adrien Gougeonadd simgrid::plugins::Token. switch from get_tokens...
2023-06-14 Adrien Gougeonrename get_tokens to get_next_execution_tokens
2023-06-12 Adrien Gougeontask can now pass tokens (void*) to other tasks. add...
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschDeclare functions "const" (sonar).
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 'rename-operation-task' into 'master'
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.