lifetime-thread 0.2.0

A thread with a lifetime. Divide a value into master and slave. After the lifetime of the master value ends, the slave value will not be accessible.
Documentation
[dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.6"

[dependencies.crossbeam-epoch]
version = "0.8"

[dependencies.lazy_static]
version = "1.4"

[package]
authors = ["liangyongrui <leungyongrui@gmail.com>"]
categories = ["lifetime", "thread"]
description = "A thread with a lifetime. Divide a value into master and slave. After the lifetime of the master value ends, the slave value will not be accessible."
edition = "2018"
keywords = ["lifetime", "thread"]
license = "MIT OR Apache-2.0"
name = "lifetime-thread"
readme = "readme.md"
repository = "https://github.com/liangyongrui/lifetime-thread"
version = "0.2.0"