You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contract for epoch caching is confusing, and most values that are e.g. returned from sensors should probably implement Clone.
Implementing Distribution is easier, more compatible with other crates, and allows us to guarantee that computations are always correct, even if foreign types are used.
The text was updated successfully, but these errors were encountered:
The contract for
epoch
caching is confusing, and most values that are e.g. returned from sensors should probably implementClone
.Implementing
Distribution
is easier, more compatible with other crates, and allows us to guarantee that computations are always correct, even if foreign types are used.The text was updated successfully, but these errors were encountered: