Thomasdezeeuw / heph

Heph is an actor library for Rust based on asynchronous functions.
MIT License
129 stars 6 forks source link

Remove test::init_*_actor functions #622

Open Thomasdezeeuw opened 6 months ago

Thomasdezeeuw commented 6 months ago

We can use ActorFuture for this instead.

Thomasdezeeuw commented 5 months ago

After we do this we can make ActorRef::local and actor::Context::new private, related to #549.