pantomime-rs / pantomime

MIT License
5 stars 1 forks source link

StreamContext#actor_ref (or similar) #58

Closed longshorej closed 5 years ago

longshorej commented 5 years ago

This went missing along the way. Given an & StreamContext<In, Out, Ctl>, I'd like to be able to invoke its actor_ref method to obtain an owned value that allows me to asynchronously forward messages from elsewhere.