Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::function for Comm callbacks.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 9 Mar 2022 21:48:21 +0000 (22:48 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Mar 2022 10:19:27 +0000 (11:19 +0100)
commit268f33a4d5bc5c8eca704ce3028e4e3c283fdb02
tree234b0edce7e6e5d6a061acdf7164383e9124e1e6
parented6dd6d6767dcd55696f847b7436ff28f9dbd664
Use std::function for Comm callbacks.
12 files changed:
docs/source/app_s4u.rst
include/simgrid/s4u/Comm.hpp
include/simgrid/s4u/Engine.hpp
include/simgrid/s4u/Mailbox.hpp
src/kernel/activity/CommImpl.cpp
src/kernel/activity/CommImpl.hpp
src/kernel/activity/MailboxImpl.cpp
src/kernel/activity/MailboxImpl.hpp
src/kernel/actor/CommObserver.hpp
src/s4u/s4u_Comm.cpp
src/s4u/s4u_Engine.cpp
src/s4u/s4u_Mailbox.cpp