elfo-rs / elfo

An asynchronous distributed actor framework in Rust with robust observability
217 stars 12 forks source link

feat: provide Clone for ActorMeta #86

Closed GoldsteinE closed 1 year ago

loyd commented 1 year ago

It's preferable to use Arc<ActorMeta> everywhere, so I will close the issue for now.