future_pubsub 0.1.3

A tokio based publish-subscibe channel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.futures]
version = "0.1"

[dev-dependencies.tokio-core]
version = "0.1"

[package]
authors = ["AtsukiTak <takatomgoo@gmail.com>"]
categories = ["asynchronous"]
description = "A tokio based publish-subscibe channel"
keywords = ["pubsub", "channel", "spmc"]
license = "MIT/Apache-2.0"
name = "future_pubsub"
readme = "README.md"
repository = "https://github.com/AtsukiTak/future-pubsub"
version = "0.1.3"