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

crossbeam-rs/crossbeam-deque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Do not use this repository.

Concurrent work-stealing deque

Build Status License Cargo Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
crossbeam-deque = "0.6"

Next, add this to your crate:

extern crate crossbeam_deque;

The minimum required Rust version is 1.25.

License

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

See LICENSE-MIT and LICENSE-APACHE for details.

About

Concurrent work-stealing deque

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

Contributors 4

  •  
  •  
  •  
  •  

Languages