libcppa  Version 0.1
Public Member Functions
cppa::detail::scheduled_actor Class Reference

#include <scheduled_actor.hpp>

Inheritance diagram for cppa::detail::scheduled_actor:
cppa::detail::abstract_actor< local_actor > cppa::local_actor cppa::actor cppa::channel cppa::ref_counted

List of all members.

Public Member Functions

void quit (std::uint32_t reason)

Detailed Description

A spawned, scheduled Actor.


Member Function Documentation

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.

Parameters:
reasonExit reason that will be send to linked actors.
Exceptions:
actor_exited

Implements cppa::local_actor.


The documentation for this class was generated from the following file: