elfo-rs / elfo

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

Revise `UpdateConfig` and `ConfigUpdated` mechanism #49

Closed loyd closed 1 year ago

loyd commented 2 years ago

It should highly decrease the time of config updating in case of many actors.

loyd commented 1 year ago

Closed in https://github.com/elfo-rs/elfo/pull/90 and https://github.com/elfo-rs/elfo/pull/87