Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-28 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/ --- (Updated June 28, 2016, 9:36 a.m.) Review request for mesos, Kevin Klues and Mi

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-26 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/#review139482 --- Fix it, then Ship it! 3rdparty/libprocess/include/process/disp

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-24 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/ --- (Updated June 24, 2016, 8:56 a.m.) Review request for mesos, Kevin Klues and Mi

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-06 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/#review136355 --- This is looking good haosdent! As I'm on vacation this week, I'll

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-05 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/ --- (Updated June 5, 2016, 8:34 a.m.) Review request for mesos, Kevin Klues and Mic

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-04 Thread haosdent huang
> On June 4, 2016, 10:04 a.m., Michael Park wrote: > > Another approach would be to: > > > > ``` > > template ::type> > > auto dispatch(const UPID& pid, F&& f) > > -> decltype(internal::Dispatch()(pid, std::forward(f))) > > { > > return internal::Dispatch()(pid, std::forward(f)); > > } > > `

Re: Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-06-04 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/#review136157 --- Another approach would be to: ``` template ::type> auto dispatch(

Review Request 46686: Allowed to pass lambda in `dispatch`.

2016-04-26 Thread haosdent huang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46686/ --- Review request for mesos, Kevin Klues and Michael Park. Bugs: MESOS-4611 ht