Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Changed handling of state persistence

Choose a tag to compare

@rohe rohe released this 22 Mar 11:48
6ac6278

Previously state was handled by letting the modules in the package directly interface to persistent storage.
This we now have changed such that the user of the package have a set of methods: dump, flush and load, that it can use to collect and restore state information. The state information can be store it in a manner chosen by the user.