-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63630/
-----------------------------------------------------------
(Updated Dec. 3, 2017, 5:41 p.m.)
Review request for mesos, Benjamin Mahler and Michael Park.
Bugs: MESOS-6972
https://issues.apache.org/jira/browse/MESOS-6972
Repository: mesos
Description
-------
`CallableOnce` class is similar to `std::function`, but allows it to be
called only once. Together with `partial` this provides foundation for
copy-less `defer`, `dispatch` and `Future`.
Diffs
-----
3rdparty/stout/include/stout/lambda.hpp
a61d97b69e7eebd057c94148d39c6e1fc3066017
Diff: https://reviews.apache.org/r/63630/diff/3/
Testing
-------
Thanks,
Dmitry Zhuk