libcppa
Version 0.1
|
#include <converted_thread_context.hpp>
Public Member Functions | |
void | quit (std::uint32_t reason) |
Represents a thread that was converted to an Actor.
void cppa::detail::converted_thread_context::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.