doublecross 0.2.0

Bi-directional channels for rust based on crossbeam-channel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# doublecross

[![Build Status](https://travis-ci.org/oefd/doublecross.svg?branch=master)](https://travis-ci.org/oefd/doublecross)

Bi-directional channels for communicating between threads based on [crossbeam-channel](https://docs.rs/crossbeam-channel/0.2.6/crossbeam_channel/).

# usage

```toml
[dependencies]
doublecross = "0.2"
```

# license

Licensed under the terms of of the [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/).