Exemple #1
0
void actor::link_to(const actor_ptr& other) {
    static_cast<void>(link_to_impl(other));
}
void abstract_actor::link_to(const actor_addr& other) {
    static_cast<void>(link_to_impl(other));
}