From: Gabriel Corona Date: Mon, 23 May 2016 08:55:08 +0000 (+0200) Subject: [s4u] Move actions by the current actor in the this_actor namespace X-Git-Tag: v3_14~1177 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f232c72280368ced3f5706dde1014d969dac3649?hp=f232c72280368ced3f5706dde1014d969dac3649 [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. ---