elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
265 stars 16 forks source link

`Outcome` should include variants that doesn't cause spawning #65

Closed loyd closed 2 years ago

loyd commented 2 years ago

Outcome::Unicast and Outcome::Multicast leads to spawning actors. Provide variants that avoids this behavior.