-
Updated
May 18, 2020 - Java
concurrent-programming
Here are 570 public repositories matching this topic...
-
Updated
May 26, 2020 - C++
-
Updated
Jul 21, 2019
ZTransducer is an effectful chunk processing function, and thus forms an arrow. We should add the following combinators on it:
- zipping:
(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, (B, C)]
-
racing:looks problematic to implement currently(ZTransducer[A, B], ZTransducer[A, C]) => ZTransducer[A, Either[B, C]]
- both: `(ZTransducer[A, C], ZTransducer[B, D]) => ZTr
-
Updated
Nov 26, 2019 - Go
-
Updated
Feb 8, 2020
#101 Shows an unsupported use case of generics in mbassador. The extent to which generics are supported and the current limitations should be clearly documented.
This code:
let map = DashMap::<i32, i32>::new();
map.insert(1, 2);
let a = map.get_mut(&1);
let b = map.get(&1);
will deadlock. The shard containing 1
gets write-locked, nothing else can access it. This is reasonable behavior but I think it should be documented.
Perhaps more surprising is that this code:
let map = DashMap::<i32, i32>::new();
for i in 0..100
It would be nice if someone can extend the readme file with proper conversion.
-
Updated
May 19, 2020 - Java
-
Updated
May 16, 2020 - F#
-
Updated
Jan 30, 2018 - Go
-
Updated
Apr 3, 2020 - Erlang
-
Updated
Nov 14, 2018 - Scala
-
Updated
Mar 19, 2020 - Java
-
Updated
Oct 30, 2018 - Java
-
Updated
May 24, 2020 - C++
The README files should have links to the online documentation for the classes that are used in the example code. This will make it easier for users to follow along with what is going on.
-
Updated
Nov 27, 2018 - Python
-
Updated
Sep 8, 2019 - Java
-
Updated
May 24, 2020 - C++
-
Updated
Mar 1, 2018 - Python
-
Updated
May 24, 2019 - Haskell
-
Updated
Jun 21, 2019 - Haskell
-
Updated
May 15, 2020 - Java
-
Updated
Apr 27, 2019 - C++
-
Updated
May 19, 2017 - Go
-
Updated
Feb 15, 2017 - C
Improve this page
Add a description, image, and links to the concurrent-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the concurrent-programming topic, visit your repo's landing page and select "manage topics."
I think we should re write the comment in English because I found that there are some foreigners followed this repo.
And if we write the comments in English, I believe that there are more and more international developers get involved in this.