desync 0.3.0

A hassle-free data type for asynchronous programming
Documentation
[dependencies.futures]
version = "0.1"

[dependencies.lazy_static]
version = "1.2"

[package]
authors = ["Andrew Hunter <andrew@logicalshift.io>"]
categories = ["concurrency", "asynchronous", "algorithms", "data-structures"]
description = "A hassle-free data type for asynchronous programming"
documentation = "http://docs.rs/desync/"
edition = "2018"
homepage = "https://github.com/Logicalshift/desync"
keywords = ["async", "futures", "concurrency"]
license = "Apache-2.0"
name = "desync"
readme = "README.md"
repository = "https://github.com/Logicalshift/desync"
version = "0.3.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.0"