Closed tqwewe closed 1 month ago
Currently, the ActorPool and PubSub actors, and their associated types are exported directly from kameo::actor::.... Instead, they should be in their own modules: kameo::actor::pool::... and kameo::actor::pubsub::....
ActorPool
PubSub
kameo::actor::...
kameo::actor::pool::...
kameo::actor::pubsub::...
Currently, the
ActorPool
andPubSub
actors, and their associated types are exported directly fromkameo::actor::...
. Instead, they should be in their own modules:kameo::actor::pool::...
andkameo::actor::pubsub::...
.