libcppa
Version 0.1
|
#include <scheduled_actor.hpp>
Public Member Functions | |
void | quit (std::uint32_t reason) |
A spawned, scheduled Actor.
void cppa::detail::scheduled_actor::quit | ( | std::uint32_t | reason | ) | [virtual] |
Finishes execution of this actor.
Cause this actor to send an exit signal to all of its linked actors, sets its state to exited
and throws actor_exited to cleanup the stack.
reason | Exit reason that will be send to linked actors. |
actor_exited |
Implements cppa::local_actor.