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