Skip to content

v0.3.0

Latest

Choose a tag to compare

@jbsf2 jbsf2 released this 19 Dec 07:27
· 1 commit to main since this release

Feature - add :lazy_default option to get(). This permits providing a default value that is lazily retrieved.
Feature - add get_from(pid, key) for retrieving values from trees other than the tree of the calling pid. Thanks to @dsienkiewicz for the suggestion.