The Wayback Machine - https://web.archive.org/web/20220325124347/https://github.com/topics/lock-free
Skip to content
#

lock-free

Here are 261 public repositories matching this topic...

ghost
ghost commented Jun 12, 2018

In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs

The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.

In the test file, you can find stubs with links to the original tests written in Go and

exchange-core

Improve this page

Add a description, image, and links to the lock-free topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lock-free topic, visit your repo's landing page and select "manage topics."

Learn more