licenses.dev

tokio-current-thread v0.2.0-alpha.1

Single threaded executor which manage many tasks concurrently on the current thread.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT8
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
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-core-preview • 0.3.0-alpha.17The core traits and types in for the `futures` library. INDIRECT0
futures-util-preview • 0.3.0-alpha.17Common utilities and extension traits for the futures-rs library. INDIRECT4
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
MIT3
PackageRelationDependenciesPublished
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tokio-executor • 0.2.0-alpha.1Future execution primitives DIRECT0
tokio-sync • 0.2.0-alpha.1Synchronization utilities. DIRECT6
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-channel • 0.3.9Multi-producer multi-consumer channels for message passingDIRECT3
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.0-alpha.1 version:

[![licenses](https://licenses.dev/b/cargo/tokio-current-thread/0.2.0-alpha.1)](https://licenses.dev/cargo/tokio-current-thread/0.2.0-alpha.1)
<a href="https://licenses.dev/cargo/tokio-current-thread/0.2.0-alpha.1">
  <img src="https://licenses.dev/b/cargo/tokio-current-thread/0.2.0-alpha.1" alt="licenses" />
</a>
GitHub