Restored TODO on Future lost during 2885c809.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b6d2f2de Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b6d2f2de Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b6d2f2de Branch: refs/heads/master Commit: b6d2f2defb15297aae5ce49827dadddf65cbaf45 Parents: 94d90d0 Author: Benjamin Mahler <[email protected]> Authored: Mon Mar 16 16:23:31 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Mon Mar 16 16:23:31 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/future.hpp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b6d2f2de/3rdparty/libprocess/include/process/future.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/future.hpp b/3rdparty/libprocess/include/process/future.hpp index f814557..530e153 100644 --- a/3rdparty/libprocess/include/process/future.hpp +++ b/3rdparty/libprocess/include/process/future.hpp @@ -538,6 +538,8 @@ private: namespace internal { // Helper for executing callbacks that have been registered. +// +// TODO(*): Invoke callbacks in another execution context. template <typename C, typename... Arguments> void run(const std::vector<C>& callbacks, Arguments&&... arguments) {
