Release v2.5.0
- 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