fragile 2.0.0

Provides wrapper types for sending non-send values to other threads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.slab]
optional = true
version = "0.4.5"

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "Provides wrapper types for sending non-send values to other threads."
edition = "2018"
homepage = "https://github.com/mitsuhiko/fragile"
keywords = ["send", "cell", "non-send", "send-wrapper", "failure"]
license = "Apache-2.0"
name = "fragile"
readme = "README.md"
repository = "https://github.com/mitsuhiko/fragile"
version = "2.0.0"