X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e0a281ae9bf022db9aaf5576ae34577bad91c946..6cf080d88528924906f317ce386f57ddf543cba1:/docs/source/community.rst diff --git a/docs/source/community.rst b/docs/source/community.rst index fe4daddf94..a62d5ed3b0 100644 --- a/docs/source/community.rst +++ b/docs/source/community.rst @@ -83,7 +83,7 @@ the relevant part of the documentation on need, and help them becoming part of our community too. Another easy way to help the project is to add a link to the `SimGrid -homepage `_ on your site to improve SimGrid's ranking in +homepage `_ on your site to improve SimGrid's ranking in search engines. Finally, if you organize a scientific event where you expect many @@ -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`).