libcppa
Version 0.1
|
#include <attachable.hpp>
Inherited by cppa::functor_attachable< F >, and cppa::group::unsubscriber.
Public Member Functions | |
virtual void | detach (std::uint32_t reason) |
Callback utility class.
virtual void cppa::attachable::detach | ( | std::uint32_t | reason | ) | [virtual] |
Executed if the actor finished execution with given reason
.
The default implementation does nothing.