Crates.io | thread-scoped |
lib.rs | thread-scoped |
version | 1.0.2 |
source | src |
created_at | 2015-07-21 07:55:51.382851 |
updated_at | 2017-06-16 17:21:48.672999 |
description | Unsafe and deprecated std::thread::scoped |
homepage | |
repository | https://github.com/arcnmx/thread-scoped-rs |
max_upload_size | |
id | 2645 |
size | 8,277 |
A std::thread::spawn()
that can access its current scope.
Stable fork of the deprecated std::thread::scoped()
This interface is inherently unsafe if the JoinGuard
is allowed to leak without being dropped.
See rust-lang/rust#24292 for more details.
This crate is only provided as a fallback mirror for legacy dependency on the
deprecated libstd
interface. Using a modern and safe API instead is recommended: