frequenz-floss / frequenz-channels-python

Channel implementations for Python
https://frequenz-floss.github.io/frequenz-channels-python/
MIT License
7 stars 8 forks source link

Import the `LatestValueCache` implementation from the Frequenz SDK #302

Closed shsms closed 3 months ago

shsms commented 3 months ago

This PR also adds an integration test for LatestValueCache.

shsms commented 3 months ago

can you maybe add some high-level documentation with some example

done

llucax commented 3 months ago

Nice, thanks! I think I could make sense to rename get() to value and make it a @property, but this can be discussed separately and done in a separate PR too, so approving anyways.