primal-crossbeam 0.1.0

An interface to primal using crossbeam's channels. This allows the worker thread to stop once the receiver is dropped, for example.
Documentation
[package]
name = "primal-crossbeam"
version = "0.1.0"
authors = ["Solomon Ucko <solly.ucko@gmail.com>"]
edition = "2018"
keywords = ["primal", "prime", "crossbeam", "channel", "thread"]
categories = ["concurrency", "mathematics"]
description = "An interface to primal using crossbeam's channels. This allows the worker thread to stop once the receiver is dropped, for example."
license = "CC0-1.0"
repository = "https://github.com/sollyucko/primal-crossbeam"
readme = "README.md"

[dependencies]
crossbeam-channel = "0.4"
primal = "0.2"