Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Utilities for concurrent programming

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

crossbeam-rs/crossbeam-utils

Repository files navigation

NOTE: This crate has been moved into the crossbeam repository.

Do not use this repository.

Utilities for concurrent programming

Build Status License Cargo Documentation

This crate provides utilities for concurrent programming.

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-utils = "0.5"

Next, add this to your crate:

extern crate crossbeam_utils;

The minimum required Rust version is 1.26.

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

About

Utilities for concurrent programming

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages