thread-pool 0.1.1

A thread pool for running a number of jobs on shared worker threads.
Documentation
Build #44219 2017-03-14 21:21:18
# rustc version
rustc 1.17.0-nightly (0f34b532a 2017-02-21)# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading thread-pool v0.1.1
Downloading two-lock-queue v0.1.0
Compiling libc v0.2.21
Compiling two-lock-queue v0.1.0
Running `rustc --crate-name libc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.21/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="use_std"' --cfg 'feature="default"' -C metadata=5dc7b85e748840b4 -C extra-filename=-5dc7b85e748840b4 --out-dir /home/cratesfyi/thread-pool-0.1.1/debug/deps -L dependency=/home/cratesfyi/thread-pool-0.1.1/debug/deps --cap-lints allow`
Running `rustc --crate-name two_lock_queue .cargo/registry/src/github.com-1ecc6299db9ec823/two-lock-queue-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d862fe73d903d31d -C extra-filename=-d862fe73d903d31d --out-dir /home/cratesfyi/thread-pool-0.1.1/debug/deps -L dependency=/home/cratesfyi/thread-pool-0.1.1/debug/deps --cap-lints allow`
Compiling num_cpus v1.3.0
Running `rustc --crate-name num_cpus .cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=40879e9ed1a40827 -C extra-filename=-40879e9ed1a40827 --out-dir /home/cratesfyi/thread-pool-0.1.1/debug/deps -L dependency=/home/cratesfyi/thread-pool-0.1.1/debug/deps --extern libc=/home/cratesfyi/thread-pool-0.1.1/debug/deps/liblibc-5dc7b85e748840b4.rlib --cap-lints allow`
Documenting thread-pool v0.1.1
Running `rustdoc --crate-name thread_pool .cargo/registry/src/github.com-1ecc6299db9ec823/thread-pool-0.1.1/src/lib.rs -o /home/cratesfyi/thread-pool-0.1.1/doc -L dependency=/home/cratesfyi/thread-pool-0.1.1/debug/deps --extern two_lock_queue=/home/cratesfyi/thread-pool-0.1.1/debug/deps/libtwo_lock_queue-d862fe73d903d31d.rlib --extern num_cpus=/home/cratesfyi/thread-pool-0.1.1/debug/deps/libnum_cpus-40879e9ed1a40827.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 4.14 secs