From 17751e0496e66b1abfbd10636f792d883b850d82 Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Thu, 25 Jun 2015 12:17:51 -0700 Subject: [PATCH] (easy) remove cruft comment Summary: We have this now. Reviewed By: @jsedgwick Differential Revision: D2191642 --- folly/futures/Future.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/folly/futures/Future.h b/folly/futures/Future.h index 98e6eabb..649cd667 100644 --- a/folly/futures/Future.h +++ b/folly/futures/Future.h @@ -165,10 +165,6 @@ class Future { value(), which may rethrow if this has captured an exception. If func throws, the exception will be captured in the Future that is returned. */ - /* TODO n3428 and other async frameworks have something like then(scheduler, - Future), we might want to support a similar API which could be - implemented a little more efficiently than - f.via(executor).then(callback) */ template > typename R::Return then(F func) { typedef typename R::Arg Arguments; -- 2.34.1