ctx-thread 0.1.0

Cooperative, scoped threads based on crossbeam and golang's [context](https://golang.org/pkg/context/) package.
Documentation
[dependencies.cfg-if]
version = "1"

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

[package]
authors = ["kaiserkarel <k.l.kubat@gmail.com>"]
description = "Cooperative, scoped threads based on crossbeam and golang's [context](https://golang.org/pkg/context/) package."
edition = "2018"
license-file = "LICENSE"
name = "ctx-thread"
readme = "README.md"
repository = "https://github.com/kaiserkarel/context-thread/"
version = "0.1.0"