Skip to content

0.4.0

Compare
Choose a tag to compare
@ChrisRega ChrisRega released this 25 Mar 10:42
· 22 commits to main since this release
ac0ff40
  • Add more flexible API to modify and take values
  • Add DirectCacheAccess trait to unify accessing inner values of all promise data structures
  • Add better bolt-on laziness of ImmediateValuePromise wrapped in std::option::Option
    • Implement DirectCacheAccess for all promise data structures as well as blanket-implementing it for Option<ImmediateValuePromise>