yyu-nim / yyu-nim.github.io

Production-ready Rust Libraries (PRL)
5 stars 0 forks source link

https://yyu-nim.github.io/actix/rust/actor/weak/address/2022/08/14/actix-weak-address.html #6

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

actix <7> - weak address | Production-ready Rust Libraries (PRL)

Actix examples 중에 weak address 에 대한 재밌는 예제가 있어 포스팅한다.

https://yyu-nim.github.io/actix/rust/actor/weak/address/2022/08/14/actix-weak-address.html

huijeong-kim commented 2 years ago

우와 재미있는 예제입니다 🧐 근데 actor address는 system에서 갖고 있지 않은가 보네요.. Start 후 address를 안 받는 경우에도 actor가 바로 stop할라나요,,

huijeong-kim commented 2 years ago

오..! Start 후 address 안 받아도 바로 stop 하는군요!

{
    MyActor("not_used_addr").start();
}
    println!("not_used_addr is....");
MyActor(not_used_addr) has stopped...