-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62252/
-----------------------------------------------------------
(Updated Sept. 21, 2017, 8:51 p.m.)
Review request for mesos, Benjamin Hindman and Benjamin Mahler.
Changes
-------
Addressed benh's comments. Made the API work with mutable lambdas and added a test for that.
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/6/
Changes: https://reviews.apache.org/r/62252/diff/5-6/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao
|