Skip to content
Success

Changes

Summary

  1. refactor all things related to detached to Activity (details)
  2. refactor all things related to detached to ActivityImpl (details)
  3. add getter on detached_ (details)
  4. Enabling detach() for Exec (details)
  5. extend exec-async with a detached exec case (details)
  6. Enabling detach() for I/O (details)
  7. extend io-async with a detached read case (details)
Commit de7da21d13457e197a93d2ca6cd8012714429247 by suter
refactor all things related to detached to Activity
The file was modified include/simgrid/s4u/Comm.hpp
The file was modified src/s4u/s4u_Comm.cpp
The file was modified include/simgrid/s4u/Activity.hpp
The file was modified include/simgrid/s4u/Mess.hpp
The file was modified src/s4u/s4u_Mess.cpp
Commit 4047b8d144cb6bcf38c2fe4c7b126b95170b728e by suter
refactor all things related to detached to ActivityImpl
The file was modified src/kernel/activity/CommImpl.cpp
The file was modified src/kernel/activity/MessImpl.cpp
The file was modified src/kernel/activity/CommImpl.hpp
The file was modified src/kernel/activity/ActivityImpl.cpp
The file was modified src/kernel/activity/MessImpl.hpp
The file was modified src/kernel/activity/ActivityImpl.hpp
Commit 08a091f21feb21701da8ad04c4d14c568df91786 by suter
add getter on detached_
The file was modified include/simgrid/s4u/Activity.hpp
Commit 373dff87c83575617e4a84f672ce85611cdc3e50 by suter
Enabling detach() for Exec
The file was modified src/kernel/activity/ExecImpl.cpp
The file was modified src/s4u/s4u_Exec.cpp
Commit 94c4fff3458a9f8dc3f5f9e183b58eaa09a2dde1 by suter
extend exec-async with a detached exec case
The file was modified examples/cpp/exec-async/s4u-exec-async.cpp
The file was modified examples/cpp/exec-async/s4u-exec-async.tesh
Commit 10600793fb28430446918012c87b4a1dc5205061 by suter
Enabling detach() for I/O
The file was modified src/s4u/s4u_Io.cpp
The file was modified src/kernel/activity/IoImpl.cpp
Commit 334763e09781339bc8391e7fb0b9ee326450ab59 by suter
extend io-async with a detached read case
The file was modified examples/cpp/io-async/s4u-io-async.tesh
The file was modified examples/cpp/io-async/s4u-io-async.cpp