pantomime-rs / pantomime

MIT License
5 stars 1 forks source link

ask/pipe is a bit awkward #13

Closed longshorej closed 5 years ago

longshorej commented 5 years ago

As of #12 , using ask/pipe requires cloning on the ActorRef and Dispatcher (i.e. bumping refcounts). Perhaps we can hide that detail behind a nicer interface.

longshorej commented 5 years ago

They've been removed. They may be added in the future as std::Future's ecosystem stabilizes.