parallelism
Here are 325 public repositories matching this topic...
-
Updated
Feb 12, 2021 - Go
-
Updated
Aug 20, 2021 - C++
-
Updated
Aug 20, 2021 - C++
-
Updated
Aug 14, 2020 - Python
-
Updated
Aug 11, 2021 - HTML
-
Updated
Aug 20, 2021 - D
-
Updated
Jun 28, 2021 - Java
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I su
Update documentation
-
Updated
May 23, 2021 - Python
-
Updated
Sep 18, 2020 - Python
Crash java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to load script from assets 'threads/pre-load-data-worker.thread.bundle'. Make sure your bundle is packaged correctly or you're running a packager server.
![screen shot 2018-07-28 at 11 29 18](https://user-images.githubusercontent.com/3612098/43357535-8379af28-9259-11e8-9c5a-96
-
Updated
Aug 15, 2021 - JavaScript
-
Updated
Mar 27, 2020 - TypeScript
-
Updated
Aug 20, 2021 - Scala
-
Updated
Aug 5, 2021 - Ruby
-
Updated
Jan 28, 2021 - Rust
-
Updated
Aug 13, 2021 - Java
-
Updated
Jul 4, 2021 - Nim
-
Updated
Oct 1, 2020 - Python
-
Updated
Jun 1, 2020 - HTML
-
Updated
Jul 21, 2021
-
Updated
Nov 16, 2020 - Erlang
-
Updated
Mar 29, 2020 - Go
-
Updated
Mar 29, 2021 - TypeScript
-
Updated
Apr 11, 2018 - C
-
Updated
Nov 29, 2020 - C#
-
Updated
Aug 9, 2020 - Scala
Improve this page
Add a description, image, and links to the parallelism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallelism topic, visit your repo's landing page and select "manage topics."
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