From: Gabriel Corona Date: Mon, 18 Jul 2016 09:19:53 +0000 (+0200) Subject: [doc] Add todo about user .then() X-Git-Tag: v3_14~756 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/61ab70f5ec5869d57fb0712101280e304d38dcbc [doc] Add todo about user .then() --- diff --git a/doc/doxygen/community_giveback.doc b/doc/doxygen/community_giveback.doc index a67ccae5a0..f1469bea83 100644 --- a/doc/doxygen/community_giveback.doc +++ b/doc/doxygen/community_giveback.doc @@ -151,6 +151,9 @@ exceptions but some bits of the C exceptions are still remaining: API compatible with `Future` (and convertiable to it) but with an additional `.cancel()` method. + - Currently `.then()` is not available for user futures. We would need to add + a basic user event loop in order to queue the pending continuations. + @subsection contributing_todo_simcalls Simcalls cleanup - Remove simcalls by using the generic ones. One issue with this is that we