File tree 7 files changed +7
-7
lines changed 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam)
10
10
https://docs.rs/crossbeam )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discordapp .com/invite/JXYwgWZ )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord .com/invite/JXYwgWZ )
14
14
15
15
This crate provides a set of tools for concurrent programming:
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-channel)
10
10
https://docs.rs/crossbeam-channel )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
This crate provides multi-producer multi-consumer channels for message passing.
16
16
It is an alternative to [ ` std::sync::mpsc ` ] with more features and better performance.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-deque)
10
10
https://docs.rs/crossbeam-deque )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
This crate provides work-stealing deques, which are primarily intended for
16
16
building task schedulers.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-epoch)
10
10
https://docs.rs/crossbeam-epoch )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
This crate provides epoch-based garbage collection for building concurrent data structures.
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-queue)
10
10
https://docs.rs/crossbeam-queue )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
This crate provides concurrent queues that can be shared among threads:
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-skiplist)
10
10
https://docs.rs/crossbeam-skiplist )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
** Note:** This crate is still a work in progress.
16
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ https://crates.io/crates/crossbeam-utils)
10
10
https://docs.rs/crossbeam-utils )
11
11
[ ![ Rust 1.36+] ( https://img.shields.io/badge/rust-1.36+-lightgray.svg )] (
12
12
https://www.rust-lang.org )
13
- [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.gg/BBYwKq )
13
+ [ ![ chat] ( https://img.shields.io/discord/569610676205781012.svg?logo=discord )] ( https://discord.com/invite/JXYwgWZ )
14
14
15
15
This crate provides miscellaneous tools for concurrent programming:
16
16
You can’t perform that action at this time.
0 commit comments