LeonHartley / Coerce-rs

Actor runtime and distributed systems framework for Rust
713 stars 23 forks source link

Is there any reason supervised actor are anonymous? #44

Open qwfy opened 3 months ago

qwfy commented 3 months ago

Hi, appreciate your time for the library.

I noticed that, both ActorSystem::new_supervised_actor and Supervised::spawn use ActorType::Anonymous, is there any reason for this, or just the need for Tracked hasn't arisen yet?