X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/198b09ec16ca1b8fc05053bcae9e75c0ad689711..b0ffeb85dcd9b23d14bf0eaad4077daee4e50579:/include/xbt/future.hpp diff --git a/include/xbt/future.hpp b/include/xbt/future.hpp index aa559db2a7..7211c4ec77 100644 --- a/include/xbt/future.hpp +++ b/include/xbt/future.hpp @@ -20,9 +20,12 @@ namespace simgrid { namespace xbt { -/** A value or an exception +/** A value or an exception (or nothing) * - * The API is similar to the one of future and promise. + * This is similar to optional> but it with a Future/Promise + * like API. + * + * Also the name it not so great. **/ template class Result {