X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01372ae03ec3952d783892694401a9171b47a9b4..c17e2d0a40dd44817f3c8d5da7d72f4ef8f1e3c8:/docs/source/community.rst diff --git a/docs/source/community.rst b/docs/source/community.rst index fe4daddf94..88d5a5f875 100644 --- a/docs/source/community.rst +++ b/docs/source/community.rst @@ -165,9 +165,9 @@ Futures and Promises """""""""""""""""""" - Some features are missing in the Maestro future implementation - (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) - could be extended to support additional features: - `when_any`, `shared_future`, etc. + (`simgrid::kernel::Future`, `simgrid::kernel::Promise`) + could be extended to support additional features: + `when_any`, `shared_future`, etc. - The corresponding feature might then be implemented in the user process futures (`simgrid::simix::Future`).