concurrency
Here are 2,666 public repositories matching this topic...
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 21, 2022 - C++
-
Updated
Mar 16, 2022 - Java
-
Updated
Mar 19, 2022 - Java
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
Returning to Flutter dev after a hiatus and I'm trying to write a widget test for a widget that uses a cubit. For this I use a mock generated with mockito (for nullsafety) and try to stub it using whenListen from bloc_test 8.1.x, and it fails (e.g. it says that .state stubbing is missing). I took a peek into the implementation of this function and it uses mocktail internally.
Question: I
-
Updated
Mar 21, 2022 - C#
-
Updated
Sep 17, 2019 - Java
-
Updated
Jun 8, 2021
I'd like to configure stack size(and probably give threads names), afaik it's currently not possible.
-
Updated
Dec 20, 2021
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
-
Updated
Mar 16, 2022 - Go
-
Updated
Mar 21, 2022 - C#
-
Updated
Aug 3, 2021
-
Updated
Mar 21, 2022 - Ruby
-
Updated
Aug 23, 2021
-
Updated
Dec 15, 2021 - Go
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image
-
Updated
Mar 10, 2022 - Java
-
Updated
Mar 4, 2022 - Go
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Dec 25, 2021 - Go
-
Updated
Jan 8, 2022 - Rust
-
Updated
Mar 21, 2022 - PHP
-
Updated
Oct 27, 2021
Is there a way to make a job re-occur N milliseconds after it finished previous time?
Improve this page
Add a description, image, and links to the concurrency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the concurrency topic, visit your repo's landing page and select "manage topics."
Problem