-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62252/
-----------------------------------------------------------
(Updated Sept. 12, 2017, 8:12 p.m.)
Review request for mesos, Benjamin Hindman and Benjamin Mahler.
Changes
-------
Moved `ExecutorProcess` to `Executor::Process` to avoid naming conflicts in
Mesos.
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/2/
Changes: https://reviews.apache.org/r/62252/diff/1-2/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao