Пример #1
0
void actor::unlink_from(const actor_ptr& other) {
    static_cast<void>(unlink_from_impl(other));
}
Пример #2
0
void abstract_actor::unlink_from(const actor_addr& other) {
    static_cast<void>(unlink_from_impl(other));
}