streamunordered 0.1.0

An efficient async stream multiplexer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "streamunordered"
version = "0.1.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
license = "MIT/Apache-2.0"

description = "An efficient async stream multiplexer"
readme = "README.md"

homepage = "https://github.com/jonhoo/streamunordered"
repository = "https://github.com/jonhoo/streamunordered.git"

categories = ["asynchronous"]

[dependencies]
futures = "0.1.21"
slab = "0.4.0"