licenses.dev

tokio-threadpool v0.1.18

A task scheduler backed by a work-stealing thread pool.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cfg-if • 0.1.10A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crossbeam-deque • 0.7.4Concurrent work-stealing dequeDIRECT8
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-utils • 0.7.2Utilities for concurrent programmingDIRECT3
env_logger • 0.6.2A logging implementation for `log` which is configured via an environment variable. DIRECT1
futures-cpupool • 0.1.8An implementation of thread pools which hand out futures to the results of the computation on the threads themselves. DIRECT4
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT15
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
threadpool • 1.8.1A thread pool for running a number of jobs on a fixed set of worker threads. DIRECT3
MIT3
PackageRelationDependenciesPublished
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
tokio-executor • 0.1.10Future execution primitives DIRECT5
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-queue • 0.2.3Concurrent queuesDIRECT5
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/tokio-threadpool)](https://licenses.dev/cargo/tokio-threadpool)
<a href="https://licenses.dev/cargo/tokio-threadpool">
  <img src="https://licenses.dev/b/cargo/tokio-threadpool" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.18 version:

[![licenses](https://licenses.dev/b/cargo/tokio-threadpool/0.1.18)](https://licenses.dev/cargo/tokio-threadpool/0.1.18)
<a href="https://licenses.dev/cargo/tokio-threadpool/0.1.18">
  <img src="https://licenses.dev/b/cargo/tokio-threadpool/0.1.18" alt="licenses" />
</a>
GitHub