Revision control

Copy as Markdown

Other Tools

[package]
name = "threadbound"
version = "0.1.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["concurrency", "rust-patterns"]
description = "Make any value Sync but only available on its original thread."
documentation = "https://docs.rs/threadbound"
edition = "2018"
keywords = ["sync"]
license = "MIT OR Apache-2.0"
rust-version = "1.31"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]