alternate-future 0.1.4

Simple promise/future library with continuations that don't block.
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
lazy_static = "0.1"
num_cpus = "0.2"
spin = "0.3"

[package]
authors = ["Jameson Ernst <j.patrick.ernst@gmail.com>"]
description = "Simple promise/future library with continuations that don't block."
license = "MIT"
name = "alternate-future"
repository = "https://github.com/jpernst/alternate-future"
version = "0.1.4"