Open qwfy opened 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?
ActorSystem::new_supervised_actor
Supervised::spawn
ActorType::Anonymous
Tracked
Hi, appreciate your time for the library.
I noticed that, both
ActorSystem::new_supervised_actor
andSupervised::spawn
useActorType::Anonymous
, is there any reason for this, or just the need forTracked
hasn't arisen yet?