Closed longshorej closed 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.
ask
pipe
ActorRef
Dispatcher
They've been removed. They may be added in the future as std::Future's ecosystem stabilizes.
std::Future
As of #12 , using
ask
/pipe
requires cloning on theActorRef
andDispatcher
(i.e. bumping refcounts). Perhaps we can hide that detail behind a nicer interface.