tqwewe / kameo

Fault-tolerant Async Actors Built on Tokio
https://docs.page/tqwewe/kameo
Apache License 2.0
633 stars 16 forks source link

ActorPool and PubSub should be in their own modules #55

Closed tqwewe closed 1 month ago

tqwewe commented 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::....