----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18311/ -----------------------------------------------------------
(Updated March 11, 2014, 10:36 p.m.) Review request for mesos and Benjamin Hindman. Repository: mesos-git Description (updated) ------- Currently the Process::await implementation on list<Future>, by the nature of std::list, expects equally typed futures. This new override implements await for a tuple of futures, hence allows awaiting differently typed futures in a single call. A C++11 and a boost-based implementation have been added. This patch also includes tests on those new overrides. Diffs ----- 3rdparty/libprocess/include/process/collect.hpp 50546d3 3rdparty/libprocess/src/tests/process_tests.cpp e899aed Diff: https://reviews.apache.org/r/18311/diff/ Testing ------- make check (clang c++11, gcc) Thanks, Till Toenshoff