-
Updated
Jul 23, 2021 - JavaScript
concurrency
Here are 2,355 public repositories matching this topic...
-
Updated
Jul 23, 2021 - C++
-
Updated
Jul 21, 2021 - Java
-
Updated
Jul 22, 2021 - 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.
-
Updated
Jul 23, 2021 - C#
-
Updated
Sep 17, 2019 - Java
-
Updated
Jun 8, 2021
-
Updated
Jun 8, 2021 - Rust
-
Updated
Jul 7, 2021
-
Updated
Jul 23, 2021 - C#
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
Jul 21, 2021 - Go
-
Updated
Jul 23, 2021 - Ruby
-
Updated
Jul 16, 2021
-
Updated
Feb 12, 2021 - Go
-
Updated
May 30, 2021
-
Updated
Jul 19, 2021 - Java
-
Updated
Jun 25, 2021 - Go
Replace concrete Bastion Executor with Agnostik.
So everyone can use whatever they want as guarantee.
-
Updated
Jun 30, 2021 - Rust
-
Updated
Mar 19, 2021 - Go
-
Updated
May 11, 2021 - PHP
-
Updated
Jun 14, 2021 - Swift
-
Updated
Mar 26, 2020 - Swift
-
Updated
Jul 23, 2021 - C++
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."
Yew has recently got support for keyed elements, but the documentation lacks any mention of them. A mention should be added in the website, the doc of
yew::virtual_dom::key::Key
should be