async_value 0.2.2

Simple, persistent, asynchronous values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "async_value"
description = "Simple, persistent, asynchronous values"
version = "0.2.2"
authors = ["rabite <rabite@posteo.de>"]
edition = "2018"
license = "WTFPL"

[dependencies]
rayon = "1.0"
failure = "0.1"
failure_derive = "0.1"
lazy_static = "0.2"
objekt = "0.1.2"