-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63637/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
This allows `defer` result to be converted to `CallableOnce`, ensuring
that bound arguments are moved, when call is made, and avoiding making
copies of bound arguments.
Diffs
-----
3rdparty/libprocess/include/process/deferred.hpp
af65eadee6f29a5bcd29b5c8ccf7444f39f8899a
3rdparty/libprocess/src/tests/process_tests.cpp
952c92c033e2363cff0c2c68610d3820b97d177e
Diff: https://reviews.apache.org/r/63637/diff/1/
Testing
-------
make check
Thanks,
Dmitry Zhuk