jss::actor_ref::send
The send member function posts a message to the actor referenced by *this.
send
*this
template<typename Msg> void send(Msg&& msg) const;
referenced_actor.send(std::forward<Msg>(msg))
.send(std::forward<Msg>(msg))
#include <jss/actor.hpp>
jss::actor_ref
jss::actor
jss::actor::send()
Design and Content © Copyright 2008-2024 Just Software Solutions Ltd. All Rights Reserved. | Privacy Policy