juliex 0.3.0-alpha.8

a very basic future executor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "juliex"
edition = "2018"
version = "0.3.0-alpha.8"
authors = ["Without Boats <boats@mozilla.com>"]
description = "a very basic future executor"
license = "MIT OR Apache-2.0"
repository = "https://github.com/withoutboats/juliex"

[dependencies]
crossbeam = "0.7.1"
futures-preview = "0.3.0-alpha.17"
num_cpus = "1.9.0"
lazy_static = "1.2.0"

[dev-dependencies]
romio = "0.3.0-alpha.7"