The stop
member function
sends a jss::stop_actor
message to an actor.
void stop();
try {
this->send(jss::stop_actor());
} catch(jss::poisoned_queue
const&)
{}
#include <jss/actor.hpp>