thread-pool 0.1.0

A thread pool for running a number of jobs on shared worker threads.
Documentation
Build #38005 2017-01-04 00:15:32
# rustc version
rustc 1.15.0-nightly (daf8c1dfc 2016-12-05)# docs.rs version
cratesfyi 0.2.3 (75099cc 2016-12-26)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading thread-pool v0.1.0
Compiling two-lock-queue v0.1.0
Compiling libc v0.2.18
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/two-lock-queue-0.1.0/src/lib.rs --crate-name two_lock_queue --crate-type lib -g -C metadata=aae743f4b2aded84 -C extra-filename=-aae743f4b2aded84 --out-dir /home/cratesfyi/thread-pool-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/thread-pool-0.1.0/debug/deps --cap-lints allow`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.18/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=6ec63c5a0e74a074 -C extra-filename=-6ec63c5a0e74a074 --out-dir /home/cratesfyi/thread-pool-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/thread-pool-0.1.0/debug/deps --cap-lints allow`
Compiling num_cpus v1.2.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.2.1/src/lib.rs --crate-name num_cpus --crate-type lib -g -C metadata=86764cdeac0ab7b8 -C extra-filename=-86764cdeac0ab7b8 --out-dir /home/cratesfyi/thread-pool-0.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/thread-pool-0.1.0/debug/deps --extern libc=/home/cratesfyi/thread-pool-0.1.0/debug/deps/liblibc-6ec63c5a0e74a074.rlib --cap-lints allow`
Documenting thread-pool v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/thread-pool-0.1.0/src/lib.rs --crate-name thread_pool -o /home/cratesfyi/thread-pool-0.1.0/doc -L dependency=/home/cratesfyi/thread-pool-0.1.0/debug/deps --extern num_cpus=/home/cratesfyi/thread-pool-0.1.0/debug/deps/libnum_cpus-86764cdeac0ab7b8.rlib --extern two_lock_queue=/home/cratesfyi/thread-pool-0.1.0/debug/deps/libtwo_lock_queue-aae743f4b2aded84.rlib`
Finished debug [unoptimized + debuginfo] target(s) in 2.47 secs