-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63634/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
`dispatch` guarantees that functor will be called at most once, and
therefore it allows optimizations, such as moves of deferred objects.
Diffs
-----
3rdparty/libprocess/include/process/dispatch.hpp
096cae037aec29059e1f13ac467bffe94ecd14ba
3rdparty/libprocess/include/process/event.hpp
2e246205020c3c5b8c2eb5187a8eb3643d1e6d4d
3rdparty/libprocess/src/process.cpp 71ae7129ffbd0e22eda2863b17bbcf588298c37b
3rdparty/libprocess/src/tests/process_tests.cpp
952c92c033e2363cff0c2c68610d3820b97d177e
Diff: https://reviews.apache.org/r/63634/diff/1/
Testing
-------
make check
Thanks,
Dmitry Zhuk