-
Updated
Aug 13, 2021 - JavaScript
concurrency
Here are 2,379 public repositories matching this topic...
-
Updated
Aug 15, 2021 - C++
-
Updated
Aug 10, 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
Aug 14, 2021 - C#
-
Updated
Sep 17, 2019 - Java
-
Updated
Jun 8, 2021
-
Updated
Jul 28, 2021
-
Updated
Aug 15, 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 29, 2021 - Go
-
Updated
Aug 13, 2021 - Ruby
-
Updated
Aug 3, 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
Aug 5, 2021 - PHP
-
Updated
Aug 10, 2021 - Swift
-
Updated
Mar 26, 2020 - Swift
-
Updated
Aug 14, 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