parking 2.2.0

Thread parking and unparking
Documentation
[dev-dependencies.easy-parallel]
version = "3.0.0"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>", "The Rust Project Developers"]
categories = ["concurrency"]
description = "Thread parking and unparking"
documentation = "https://docs.rs/parking"
edition = "2018"
exclude = ["/.*"]
homepage = "https://github.com/smol-rs/parking"
keywords = ["park", "notify", "thread", "wake", "condition"]
license = "Apache-2.0 OR MIT"
name = "parking"
readme = "README.md"
repository = "https://github.com/smol-rs/parking"
rust-version = "1.51"
version = "2.2.0"
[target."cfg(loom)".dependencies.loom]
optional = true
version = "0.7"