refreshable 1.1.0

A simple wrapper around a value that changes over time.
Documentation
[package]
name = "refreshable"
version = "1.1.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
description = "A simple wrapper around a value that changes over time."
repository = "https://github.com/palantir/rust-refreshable"
readme = "README.md"

[dependencies]
arc-swap = "1.0"
parking_lot = "0.12"