-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63635/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
This changes `defer` to use `lambda::partial` instead of `std::bind`,
which allows it be used in callbale once contexts.
Diffs
-----
3rdparty/libprocess/include/process/defer.hpp
9457080a638d7bf444504b82629a7bc6b2de4116
3rdparty/libprocess/include/process/deferred.hpp
af65eadee6f29a5bcd29b5c8ccf7444f39f8899a
Diff: https://reviews.apache.org/r/63635/diff/1/
Testing
-------
make check
Thanks,
Dmitry Zhuk