Skip to content
#

concurrency

Here are 2,485 public repositories matching this topic...

akka
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

zio
adamgfraser
adamgfraser commented Oct 30, 2021

We just merged support for profiling ZIO applications in #5794.

It was necessary to do this as part of ZIO Core initially because there was functionality in the ZIO runtime that needed to be modified to support this functionality.

However, not that the functionality exists, it would be good to extract profiling into its own project. This will allow the profiling functionality to be built out

Improve this page

Add a description, image, and links to the concurrency 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 concurrency topic, visit your repo's landing page and select "manage topics."

Learn more