-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63942/
-----------------------------------------------------------

Review request for mesos and Benjamin Mahler.


Repository: mesos


Description
-------

An actor is often implemented like a state machine but the actual
management of the state and transitions is very manual. This
abstraction helps reduce a lot of the boilerplate assocaited with
state machines.


Diffs
-----

  3rdparty/libprocess/Makefile.am 03a0ca87f31744c716c99e05aa07242fed480675 
  3rdparty/libprocess/include/Makefile.am 
d57a6103881aefef420dc0cf2e85cdf37d560887 
  3rdparty/libprocess/include/process/state_machine.hpp PRE-CREATION 
  3rdparty/libprocess/src/tests/CMakeLists.txt 
b01bf9784563a8f06168f8471222d8da2ffb9b85 
  3rdparty/libprocess/src/tests/state_machine_tests.cpp PRE-CREATION 


Diff: https://reviews.apache.org/r/63942/diff/1/


Testing
-------

make check


Thanks,

Benjamin Hindman

Reply via email to