From 61ab70f5ec5869d57fb0712101280e304d38dcbc Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Mon, 18 Jul 2016 11:19:53 +0200 Subject: [PATCH] [doc] Add todo about user .then() --- doc/doxygen/community_giveback.doc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1