tokio-channel 0.1.0

Channels for asynchronous communication using Tokio.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
version = "0.1.23"

[features]
async-await-preview = []

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["asynchronous"]
description = """
Channels for asynchronous communication using Tokio.
"""
documentation = "https://docs.rs/tokio-channel/0.1.0"
homepage = "https://tokio.rs"
license = "MIT"
name = "tokio-channel"
repository = "https://github.com/tokio-rs/tokio"
version = "0.1.0"