elfo-rs / elfo

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

Allocation stats must be in a shared part of `Scope`. #78

Closed loyd closed 2 years ago

loyd commented 2 years ago

(de)allocated_bytes must be in a shared part of Scope. Now we lost some part of allocation in case of cloned Scope.