Skip to content

Release v2.5.0

Compare
Choose a tag to compare
@lucav76 lucav76 released this 20 Nov 20:58
· 108 commits to master since this release
  • Adds CacheAheadList, a predefined actor meant to cache a list of values
  • Slightly improves the Scheduling system
  • Fixes a bug on receiving actors
  • Adds SubscribableValue, to make it simpler to track changes to a variable
  • Adds SubscribableMap, to make it simpler to track changes to the values of a map
  • Adds SubscribableCompositeValue, to make it simpler to track changes to an object composed by several parts