heph icon indicating copy to clipboard operation
heph copied to clipboard

Add ActorGroup::send_to_one

Open Thomasdezeeuw opened this issue 1 year ago • 0 comments

A Future version of ActorGroup::try_send that sends to a single actor.

We can also add ActorGroup::try_send_retry that attempts to send it to one actor and if it fail send it to another.

Thomasdezeeuw avatar Feb 27 '23 17:02 Thomasdezeeuw