Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Move actions by the current actor in the this_actor namespace
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 23 May 2016 08:55:08 +0000 (10:55 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 23 May 2016 08:55:28 +0000 (10:55 +0200)
commitf232c72280368ced3f5706dde1014d969dac3649
treefd2458b28c3d3699491cf5c89bb162e24beafdd9
parent7a02fff62c8db54176144202546eccccba8234ab
[s4u] Move actions by the current actor in the this_actor namespace

This mimics the design of std::thread and std::this_thread.

We might want to create a convenience base class for actor
implementations with those functions as instance methods.
examples/s4u/basic/s4u_basic.cpp
include/simgrid/s4u/actor.hpp
src/s4u/s4u_actor.cpp