drop_worker 0.1.0

Tools for worker threads
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.crossbeam]
optional = true
package = "crossbeam-channel"
version = "0.5"

[package]
authors = ["greaka <git@greaka.de>"]
categories = ["concurrency"]
description = "Tools for worker threads"
documentation = "https://docs.rs/drop_worker"
edition = "2018"
homepage = "https://github.com/greaka/drop_worker"
license = "MIT OR Apache-2.0"
name = "drop_worker"
repository = "https://github.com/greaka/drop_worker"
version = "0.1.0"