cache_loader_async 0.0.2

A thread safe loading cache with async loader functions based on tokio
Documentation
[dependencies.futures]
version = "0.3.14"

[dependencies.tokio]
features = ["full"]
version = "1.3.0"

[package]
authors = ["Alexander Becker <bytealex@zerotwo.bot>", "Spencer Sharkey <spencer@sf-n.com>"]
categories = ["asynchronous", "caching"]
description = "A thread safe loading cache with async loader functions based on tokio"
edition = "2018"
keywords = ["cache", "async"]
license = "Apache-2.0"
name = "cache_loader_async"
repository = "https://github.com/ZeroTwo-Bot/cache-loader-async-rs"
version = "0.0.2"