From: Hans Fugal Date: Thu, 25 Jun 2015 19:17:51 +0000 (-0700) Subject: (easy) remove cruft comment X-Git-Tag: v0.48.0~10 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=17751e0496e66b1abfbd10636f792d883b850d82 (easy) remove cruft comment Summary: We have this now. Reviewed By: @jsedgwick Differential Revision: D2191642 --- 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;