----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6668/#review11488 -----------------------------------------------------------
Ship it! third_party/libprocess/include/process/async.hpp <https://reviews.apache.org/r/6668/#comment24598> No Apache header in libprocess! If some of squeaked in, they should be removed (same in stout). - Benjamin Hindman On Sept. 12, 2012, 11:38 p.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6668/ > ----------------------------------------------------------- > > (Updated Sept. 12, 2012, 11:38 p.m.) > > > Review request for mesos, Benjamin Hindman, John Sirois, and Jie Yu. > > > Description > ------- > > Created a new abstraction called async() (which is similar in C++11 async). > > The idea is a user could use this abstraction to delegate blocking calls (eg: > system calls). > > The implementation is a bit messy, because C++ compiler is not very smart. > But, the usage is pretty simple. > > > Diffs > ----- > > third_party/libprocess/include/process/async.hpp PRE-CREATION > third_party/libprocess/src/tests.cpp 41bf973 > > Diff: https://reviews.apache.org/r/6668/diff/ > > > Testing > ------- > > (inside libprocess) > > make check > > > Thanks, > > Vinod Kone > >
