X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1db6c86d4b421de12d0bdd1d635b158f46b97c7..d37695654af494c87f28017306376b8c229aaec0:/include/simgrid/simix/blocking_simcall.hpp?ds=sidebyside diff --git a/include/simgrid/simix/blocking_simcall.hpp b/include/simgrid/simix/blocking_simcall.hpp index 0a927ce6eb..43565d3e62 100644 --- a/include/simgrid/simix/blocking_simcall.hpp +++ b/include/simgrid/simix/blocking_simcall.hpp @@ -71,8 +71,8 @@ template auto kernel_sync(F code) -> decltype(code().get()) } /** A blocking (`wait()`-based) future for SIMIX processes */ -// TODO, .wait_for() -// TODO, .wait_until() +// TODO, .wait_for +// TODO, .wait_until // TODO, SharedFuture // TODO, simgrid::simix::when_all - wait for all future to be ready (this one is simple!) // TODO, simgrid::simix::when_any - wait for any future to be ready