tokio-threadpool 0.1.2

A task scheduler backed by a work-stealing thread pool.
Documentation
Build #93965 2018-03-30T22:31:05.535490+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading tokio-threadpool v0.1.2
Downloading tokio-executor v0.1.2
Fresh cfg-if v0.1.2
Fresh libc v0.2.40
Fresh memoffset v0.2.1
Fresh nodrop v0.1.12
Fresh lazy_static v1.0.0
Fresh futures v0.1.20
Fresh scopeguard v0.3.3
Fresh crossbeam-utils v0.2.2
Fresh crossbeam-utils v0.3.2
Fresh num_cpus v1.8.0
Fresh log v0.4.1
Fresh rand v0.4.2
Fresh arrayvec v0.4.7
Compiling tokio-executor v0.1.2
Fresh crossbeam-epoch v0.4.1
Running `rustc --crate-name tokio_executor .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-executor-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=44a4492c732ff08f -C extra-filename=-44a4492c732ff08f --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-e8b4c27aa557570c.rlib --extern-version futures=futures,0.1.20 --cap-lints allow`
Fresh crossbeam-deque v0.3.0
Documenting tokio-threadpool v0.1.2
Running `rustdoc --crate-name tokio_threadpool .cargo/registry/src/github.com-1ecc6299db9ec823/tokio-threadpool-0.1.2/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180316-1.26.0-dev-0eb87c9bf -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-7b5222ee8547b4c8.rlib --extern-version log=log,0.4.1 --extern tokio_executor=/home/cratesfyi/cratesfyi/debug/deps/libtokio_executor-44a4492c732ff08f.rlib --extern-version tokio_executor=tokio-executor,0.1.2 --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-b77d6e347a8dacfa.rlib --extern-version num_cpus=num_cpus,1.8.0 --extern crossbeam_deque=/home/cratesfyi/cratesfyi/debug/deps/libcrossbeam_deque-867bee4915b5e4a1.rlib --extern-version crossbeam_deque=crossbeam-deque,0.3.0 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-fd06238d4d1f30d6.rlib --extern-version rand=rand,0.4.2 --extern futures=/home/cratesfyi/cratesfyi/debug/deps/libfutures-e8b4c27aa557570c.rlib --extern-version futures=futures,0.1.20`
Finished dev [unoptimized + debuginfo] target(s) in 1.49 secs