-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62252/
-----------------------------------------------------------
(Updated Sept. 25, 2017, 8:48 p.m.)
Review request for mesos, Benjamin Hindman, Benjamin Mahler, and Michael Park.
Changes
-------
Addressed benh's comments and rebased.
Bugs: MESOS-7970
https://issues.apache.org/jira/browse/MESOS-7970
Repository: mesos
Description
-------
This patch adds a convenient interface to `process::Executor` to
asynchronously execute arbitrary functions.
Diffs (updated)
-----
3rdparty/libprocess/include/process/executor.hpp
cd2f2f03cba8a435f142b31def9f89a6cd61af73
3rdparty/libprocess/src/tests/process_tests.cpp
82efb2f8449e4cb13620cae1a49321fc42e2db60
Diff: https://reviews.apache.org/r/62252/diff/7/
Changes: https://reviews.apache.org/r/62252/diff/6-7/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao