X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a64ca4c11a1eb7ba2ecd102f877ac571486a034..ab98ac80806c788b35c414a429f80345663e38a5:/include/simgrid/simix/blocking_simcall.hpp diff --git a/include/simgrid/simix/blocking_simcall.hpp b/include/simgrid/simix/blocking_simcall.hpp index 8a4c433fe8..110a27d363 100644 --- a/include/simgrid/simix/blocking_simcall.hpp +++ b/include/simgrid/simix/blocking_simcall.hpp @@ -70,11 +70,12 @@ template auto kernel_sync(F code) -> decltype(code().get()) } /** A blocking (`wait()`-based) future for SIMIX processes */ -// 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 +// TODO: +// - .wait_for +// - .wait_until +// - SharedFuture +// - simgrid::simix::when_all - wait for all future to be ready (this one is simple!) +// - simgrid::simix::when_any - wait for any future to be ready template class Future { public: